summary refs log tree commit diff stats
path: root/lib/system/memtracker.nim
Commit message (Collapse)AuthorAgeFilesLines
* make memory tracker work without onThreadCreationAraq2017-03-141-3/+9
|
* dirty changes to Nim's memory tracker; requires cleanupsAraq2017-01-311-1/+6
|
* improvements to memtrackingAndreas Rumpf2017-01-261-1/+2
|
* memory tracker is aware of threads (still not threadsafe though)Andreas Rumpf2017-01-261-7/+30
|
* further memtracking improvementsAndreas Rumpf2016-11-241-6/+14
|
* first version of the new memory tracking featureAndreas Rumpf2016-11-211-0/+62
moved too' href='/ahoang/Nim/commit/tests/destructor/tmove_objconstr.nim?h=devel&id=c43f718301bb1dbd8d2594159de7b6bb4debc1bf'>c43f71830 ^
c00de13e1 ^


















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