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
/
frames.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-03-19
Avoid temporary string allocation.
Chris Wilson
1
-16
/
+20
2009-03-19
Class more functions as allocators.
Chris Wilson
1
-1
/
+5
2008-04-23
Tons of UI tweaks. Oops.
Chris Wilson
1
-1
/
+3
2007-12-25
Match more common allocation functions.
Chris Wilson
1
-3
/
+2
2007-12-05
Store the array of Frames in the Allocator (rather than 3 arrays).
Chris Wilson
1
-6
/
+1
2007-12-05
Batch symbol lookups and release parsers.
Chris Wilson
1
-30
/
+0
2007-12-05
Move the task of symbol lookup to the gui.
Chris Wilson
1
-74
/
+40
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
Add a few UL.
Chris Wilson
1
-3
/
+3
2007-12-03
Disable inline unwinding.
Chris Wilson
1
-3
/
+4
2007-12-03
Update alloc_fns to match operator new from bfd demangling.
Chris Wilson
1
-4
/
+1
2007-12-02
64bit fixes.
Chris Wilson
1
-3
/
+3
2007-12-02
Mark FT_New_Memory as an alloc_fn.
Chris Wilson
1
-1
/
+1
2007-12-02
Reset client state for every init to handle executing shell scripts.
Chris Wilson
1
-4
/
+4
2007-12-02
Lightwieght memory profiler.
Chris Wilson
1
-21
/
+2
2007-11-30
Treat unknown functions as is_alloc_fn.
Chris Wilson
1
-2
/
+3
2007-11-30
64bit corrections.
Chris Wilson
1
-4
/
+4
2007-11-29
Accumulate deltas.
Chris Wilson
1
-4
/
+4
2007-11-29
64bit corrections.
Chris Wilson
1
-4
/
+4
2007-11-29
Add Xalloc to alloc_fns.
Chris Wilson
1
-1
/
+2
2007-11-28
Match xmlStrdup as an alloc_fn.
Chris Wilson
1
-2
/
+1
2007-11-28
Fix a few memleaks.
Chris Wilson
1
-31
/
+12
2007-11-28
Embed hash tables and btrees to reduce fragmentation.
Chris Wilson
1
-83
/
+193
2007-11-28
Chunkify allocations.
Chris Wilson
1
-1
/
+1
2007-11-28
Use a big chunk allocator for permanent allocations.
Chris Wilson
1
-2
/
+4
2007-11-27
Replace g_intern_string with a GStringChunk - reduces number of allocs.
Chris Wilson
1
-20
/
+60
2007-11-27
Save a hash lookup.
Chris Wilson
1
-12
/
+7
2007-11-27
Limit the accumulated size_allocs to only active sizes.
Chris Wilson
1
-1
/
+1
2007-11-24
Move source files into src/
Chris Wilson
1
-0
/
+230