about summary refs log tree commit diff stats
path: root/html/edit
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-04-14 10:05:54 -0700
committerKartik K. Agaram <vc@akkartik.com>2017-04-14 10:05:54 -0700
commitb16cc0294e517bbf648261c6e298e01362db9ab0 (patch)
treeef8dcacc78334ff9701f9861610710b8344d9385 /html/edit
parent6a7ff61cb909231655e6648618efb37af132bd48 (diff)
downloadmu-b16cc0294e517bbf648261c6e298e01362db9ab0.tar.gz
3822
Provide an option to disable memory reclamation. This makes edit/ *much*
more responsive. The cost: memory use grows monotonically. Since we no
longer have a safe way to reclaim heap allocations, we never do so.
Diffstat (limited to 'html/edit')
0 files changed, 0 insertions, 0 deletions
7f85cc04b77b2fe8a67b6d317723437b00c'>^
f0928014 ^



6e1eeeeb ^
f0928014 ^


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