[memprof: 53/76] [memprof] Treat Qt and HarfBuzz allocs as allocations too
- From: Holger Hans Peter Freyther <hfreyther src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [memprof: 53/76] [memprof] Treat Qt and HarfBuzz allocs as allocations too
- Date: Sun, 13 Jun 2010 03:42:41 +0000 (UTC)
commit 3e944e60fc3b23eef2b48333525e54e639bc9d52
Author: Holger Hans Peter Freyther <zecke selfish org>
Date: Mon Nov 2 12:03:08 2009 +0100
[memprof] Treat Qt and HarfBuzz allocs as allocations too
src/main.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/main.c b/src/main.c
index e62d9c9..c9d3655 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1740,6 +1740,9 @@ initialize_skip_funcs ()
skip_funcs = g_slist_append (skip_funcs, "strndup");
skip_funcs = g_slist_append (skip_funcs, "_Znwj");
skip_funcs = g_slist_append (skip_funcs, "_ZN3WTF16fastZeroedMallocEj");
+ skip_funcs = g_slist_append (skip_funcs, "_Z7qMallocj");
+ skip_funcs = g_slist_append (skip_funcs, "_Z8qReallocPvj");
+ skip_funcs = g_slist_append (skip_funcs, "_hb_alloc");
while (profile_skip_funcs && profile_skip_funcs [i]) {
skip_funcs = g_slist_append (skip_funcs, profile_skip_funcs [i]);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]