index
:
~ickle/odin
master
mmap
Odin: a simple memory profiler over time, ala massif but lightweight.
ickle
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
blockmap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-23
Tons of UI tweaks. Oops.
Chris Wilson
1
-2
/
+2
2007-12-11
Include small gaps between address ranges.
Chris Wilson
1
-6
/
+22
2007-12-09
Protect against deref frames[-1].
Chris Wilson
1
-6
/
+10
2007-12-07
Disable superblocks (or rather set superblock = 1 page).
Chris Wilson
1
-2
/
+3
2007-12-07
Mark the limits of superblocks in the blockmap.
Chris Wilson
1
-6
/
+31
2007-12-07
Limit the blockmap to the actual page range.
Chris Wilson
1
-0
/
+10
2007-12-07
Move the endianness handling into a macro.
Chris Wilson
1
-25
/
+21
2007-12-07
Skip unused superpages in the blockmap.
Chris Wilson
1
-12
/
+52
2007-12-05
Store the array of Frames in the Allocator (rather than 3 arrays).
Chris Wilson
1
-10
/
+11
2007-12-05
Move the task of symbol lookup to the gui.
Chris Wilson
1
-2
/
+2
2007-12-04
Rename to odin (Óðinn) after the Norse god of wisdom.
Chris Wilson
1
-5
/
+5
2007-12-04
Add GPL copyright preamble.
Chris Wilson
1
-0
/
+21
2007-12-03
Count the total number of touched pages.
Chris Wilson
1
-2
/
+2
2007-12-02
64bit fixes.
Chris Wilson
1
-11
/
+20
2007-11-30
Endianness for blockmap.
Chris Wilson
1
-0
/
+14
2007-11-30
64bit corrections.
Chris Wilson
1
-1
/
+4
2007-11-29
Fix Tree corruption.
Chris Wilson
1
-1
/
+1
2007-11-29
Accumulate deltas.
Chris Wilson
1
-4
/
+1
2007-11-29
64bit corrections.
Chris Wilson
1
-1
/
+4
2007-11-29
Only discard the highlight when changing blocks.
Chris Wilson
1
-3
/
+5
2007-11-29
Track peak allocated page range.
Chris Wilson
1
-1
/
+8
2007-11-28
Fit blockmap to aspect of containing area.
Chris Wilson
1
-16
/
+47
2007-11-27
Replace g_intern_string with a GStringChunk - reduces number of allocs.
Chris Wilson
1
-2
/
+2
2007-11-27
Stop backtrace at main().
Chris Wilson
1
-0
/
+6
2007-11-27
Hide a few compiler warnings and pretty print numbers.
Chris Wilson
1
-10
/
+27
2007-11-26
Add a ring view.
Chris Wilson
1
-1
/
+0
2007-11-24
Move source files into src/
Chris Wilson
1
-0
/
+681