~ubuntu-branches/ubuntu/oneiric/rhythmbox/oneiric

« back to all changes in this revision

Viewing changes to tools/massif.sh

  • Committer: Bazaar Package Importer
  • Author(s): Rico Tzschichholz
  • Date: 2011-07-29 16:41:38 UTC
  • mto: This revision was merged to the branch mainline in revision 191.
  • Revision ID: james.westby@ubuntu.com-20110729164138-wwicy8nqalm18ck7
Tags: upstream-2.90.1~20110802
ImportĀ upstreamĀ versionĀ 2.90.1~20110802

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/sh
2
 
G_DEBUG=gc-friendly G_SLICE=always-malloc valgrind --trace-children=yes --tool=massif --depth=15  --alloc-fn=g_malloc --alloc-fn=g_realloc --alloc-fn=g_try_malloc --alloc-fn=g_malloc0 --alloc-fn=g_mem_chunk_alloc --alloc-fn=g_mem_chunk_alloc0 --alloc-fn=g_try_malloc0 --alloc-fn=g_try_realloc --alloc-fn=ft_alloc --alloc-fn=g_slice_alloc --alloc-fn=g_slice_alloc0 shell/rhythmbox $*