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