about summary refs log tree commit diff stats
path: root/087file.cc
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-07-11 23:41:37 -0700
committerKartik Agaram <vc@akkartik.com>2019-07-11 23:41:37 -0700
commita0c877f8cce6d971f41f4cee47a4f7bf8304cf1b (patch)
tree332763375bd2916c36219fce096d532204db6e6e /087file.cc
parent7fed7232c47408efe5c3e1b913035e415343c66c (diff)
downloadmu-a0c877f8cce6d971f41f4cee47a4f7bf8304cf1b.tar.gz
one failure remaining in test-compute-offsets
'curr-segment-name' is now a string, and it's stored in a register
rather than a global.

Paradoxically, this leaks *less* than before. Before, every call to
`get-or-insert-slice` leaked memory. Now we leak one string for every
new segment. Which is trivial.
Diffstat (limited to '087file.cc')
0 files changed, 0 insertions, 0 deletions
Booth <boothj5@gmail.com> 2016-02-10 21:38:28 +0000 committer James Booth <boothj5@gmail.com> 2016-02-10 21:38:28 +0000 Added mention and trigger themes for console' href='/danisanti/profani-tty/commit/themes/batman?id=71679a3159037c353656b19e3b36ab303714bc15'>71679a31 ^
6dabbbd5 ^
30b5f112 ^
6dabbbd5 ^









30b5f112 ^










2f82f50a ^
86c1c388 ^
1a3dc91e ^
30b5f112 ^
fbc30231 ^

















cd2458c0 ^

0ae975c2 ^

b21edfaa ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79