summaryrefslogtreecommitdiff
path: root/src/frames.h
AgeCommit message (Expand)AuthorFilesLines
2007-12-05Store the array of Frames in the Allocator (rather than 3 arrays).Chris Wilson1-2/+1
2007-12-05Move the task of symbol lookup to the gui.Chris Wilson1-14/+8
2007-12-04Rename to odin (Óðinn) after the Norse god of wisdom.Chris Wilson1-5/+5
2007-12-04Add GPL copyright preamble.Chris Wilson1-0/+21
2007-12-02Reset client state for every init to handle executing shell scripts.Chris Wilson1-2/+2
2007-12-02Lightwieght memory profiler.Chris Wilson1-2/+2
2007-11-30Treat unknown functions as is_alloc_fn.Chris Wilson1-0/+1
2007-11-3064bit corrections.Chris Wilson1-6/+6
2007-11-29Accumulate deltas.Chris Wilson1-6/+6
2007-11-2964bit corrections.Chris Wilson1-6/+6
2007-11-29Accumulate callgraph.Chris Wilson1-1/+1
2007-11-28Fix a few memleaks.Chris Wilson1-9/+29
2007-11-28Embed hash tables and btrees to reduce fragmentation.Chris Wilson1-3/+8
2007-11-28Use a big chunk allocator for permanent allocations.Chris Wilson1-1/+3
2007-11-27Replace g_intern_string with a GStringChunk - reduces number of allocs.Chris Wilson1-0/+3
2007-11-27Save a hash lookup.Chris Wilson1-0/+59