about summary refs log tree commit diff stats
path: root/html/011load.cc.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-02-23 10:33:35 -0800
committerKartik K. Agaram <vc@akkartik.com>2016-02-23 10:33:35 -0800
commitf86778e3a26b26674a2854c5842f969113c27c86 (patch)
tree31ae20ba2039a7ba6eb38135e9f6fee5f4e0b7e2 /html/011load.cc.html
parentac2be5254592624c0ea9f82e019b21427688dcb0 (diff)
downloadmu-f86778e3a26b26674a2854c5842f969113c27c86.tar.gz
2692 - all memory leaks fixed
To find this I spent some time trying to diagnose when it happened but
there was no seeming pattern. I'd ended up with a small single-file .cc
and single-file .mu that reproduced one memory leak. Eventually I tried
deleting all type_tree and string_tree from it, and lo the leaks
vanished. I retried on all of edit (just loading), and the leaks
remained gone. At that point I switched tack and started looking at all
the core methods of these classes.
Diffstat (limited to 'html/011load.cc.html')
0 files changed, 0 insertions, 0 deletions
er Kartik K. Agaram <vc@akkartik.com> 2015-03-16 23:41:01 -0700 941 - c++: basic break/loop conversion' href='/akkartik/mu/commit/cpp/.traces/copy_multiple_locations?h=main&id=decaddb418abcb6094e339f1b8dd4bb519b761ad'>decaddb4 ^
6f5d7864 ^
b291f85b ^

6f5d7864 ^
ab9e2eae ^
b291f85b ^
6f5d7864 ^
b291f85b ^

ab9e2eae ^
b291f85b ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25