Author: njn
Date: 2007-10-10 04:48:12 +0100 (Wed, 10 Oct 2007)
New Revision: 6971

Log:
Forgot to update test outputs for last change, which added C++ allocators to
alloc_fns.

Modified:
   branches/MASSIF2/massif/tests/culling1.stderr.exp
   branches/MASSIF2/massif/tests/culling2.stderr.exp
   branches/MASSIF2/massif/tests/deep-B.stderr.exp
   branches/MASSIF2/massif/tests/deep-C.stderr.exp
   branches/MASSIF2/massif/tests/realloc.stderr.exp


Modified: branches/MASSIF2/massif/tests/culling1.stderr.exp
===================================================================
--- branches/MASSIF2/massif/tests/culling1.stderr.exp   2007-10-09 07:39:05 UTC 
(rev 6970)
+++ branches/MASSIF2/massif/tests/culling1.stderr.exp   2007-10-10 03:48:12 UTC 
(rev 6971)
@@ -4,7 +4,15 @@
 Massif:   3: memalign
 Massif:   4: __builtin_new
 Massif:   5: __builtin_vec_new
-Massif:   6: malloc
+Massif:   6: operator new(unsigned)
+Massif:   7: operator new[](unsigned)
+Massif:   8: operator new(unsigned long)
+Massif:   9: operator new[](unsigned long)
+Massif:   10: malloc
+Massif:   11: operator new(unsigned, std::nothrow_t const&)
+Massif:   12: operator new[](unsigned, std::nothrow_t const&)
+Massif:   13: operator new(unsigned long, std::nothrow_t const&)
+Massif:   14: operator new[](unsigned long, std::nothrow_t const&)
 Massif: startup S.  0 (t:0, hp:0, ad:0, st:0)
 Massif:   alloc S.  1 (t:18, hp:10, ad:8, st:0)
 Massif:   alloc S.  2 (t:36, hp:20, ad:16, st:0)

Modified: branches/MASSIF2/massif/tests/culling2.stderr.exp
===================================================================
--- branches/MASSIF2/massif/tests/culling2.stderr.exp   2007-10-09 07:39:05 UTC 
(rev 6970)
+++ branches/MASSIF2/massif/tests/culling2.stderr.exp   2007-10-10 03:48:12 UTC 
(rev 6971)
@@ -4,7 +4,15 @@
 Massif:   3: memalign
 Massif:   4: __builtin_new
 Massif:   5: __builtin_vec_new
-Massif:   6: malloc
+Massif:   6: operator new(unsigned)
+Massif:   7: operator new[](unsigned)
+Massif:   8: operator new(unsigned long)
+Massif:   9: operator new[](unsigned long)
+Massif:   10: malloc
+Massif:   11: operator new(unsigned, std::nothrow_t const&)
+Massif:   12: operator new[](unsigned, std::nothrow_t const&)
+Massif:   13: operator new(unsigned long, std::nothrow_t const&)
+Massif:   14: operator new[](unsigned long, std::nothrow_t const&)
 Massif: startup S.  0 (t:0, hp:0, ad:0, st:0)
 Massif:   alloc S.  1 (t:8, hp:0, ad:8, st:0)
 Massif:   alloc S.  2 (t:17, hp:1, ad:16, st:0)

Modified: branches/MASSIF2/massif/tests/deep-B.stderr.exp
===================================================================
--- branches/MASSIF2/massif/tests/deep-B.stderr.exp     2007-10-09 07:39:05 UTC 
(rev 6970)
+++ branches/MASSIF2/massif/tests/deep-B.stderr.exp     2007-10-10 03:48:12 UTC 
(rev 6971)
@@ -5,7 +5,15 @@
 Massif:   4: memalign
 Massif:   5: __builtin_new
 Massif:   6: __builtin_vec_new
-Massif:   7: malloc
+Massif:   7: operator new(unsigned)
+Massif:   8: operator new[](unsigned)
+Massif:   9: operator new(unsigned long)
+Massif:   10: operator new[](unsigned long)
+Massif:   11: malloc
+Massif:   12: operator new(unsigned, std::nothrow_t const&)
+Massif:   13: operator new[](unsigned, std::nothrow_t const&)
+Massif:   14: operator new(unsigned long, std::nothrow_t const&)
+Massif:   15: operator new[](unsigned long, std::nothrow_t const&)
 Massif: startup S.  0 (t:0, hp:0, ad:0, st:0)
 Massif:   alloc S.  1 (t:108, hp:100, ad:8, st:0)
 Massif:   alloc S.  2 (t:216, hp:200, ad:16, st:0)

Modified: branches/MASSIF2/massif/tests/deep-C.stderr.exp
===================================================================
--- branches/MASSIF2/massif/tests/deep-C.stderr.exp     2007-10-09 07:39:05 UTC 
(rev 6970)
+++ branches/MASSIF2/massif/tests/deep-C.stderr.exp     2007-10-10 03:48:12 UTC 
(rev 6971)
@@ -5,7 +5,15 @@
 Massif:   4: memalign
 Massif:   5: __builtin_new
 Massif:   6: __builtin_vec_new
-Massif:   7: malloc
+Massif:   7: operator new(unsigned)
+Massif:   8: operator new[](unsigned)
+Massif:   9: operator new(unsigned long)
+Massif:   10: operator new[](unsigned long)
+Massif:   11: malloc
+Massif:   12: operator new(unsigned, std::nothrow_t const&)
+Massif:   13: operator new[](unsigned, std::nothrow_t const&)
+Massif:   14: operator new(unsigned long, std::nothrow_t const&)
+Massif:   15: operator new[](unsigned long, std::nothrow_t const&)
 Massif: startup S.  0 (t:0, hp:0, ad:0, st:0)
 Massif:   alloc S.  1 (t:108, hp:100, ad:8, st:0)
 Massif:   alloc S.  2 (t:216, hp:200, ad:16, st:0)

Modified: branches/MASSIF2/massif/tests/realloc.stderr.exp
===================================================================
--- branches/MASSIF2/massif/tests/realloc.stderr.exp    2007-10-09 07:39:05 UTC 
(rev 6970)
+++ branches/MASSIF2/massif/tests/realloc.stderr.exp    2007-10-10 03:48:12 UTC 
(rev 6971)
@@ -4,7 +4,15 @@
 Massif:   3: memalign
 Massif:   4: __builtin_new
 Massif:   5: __builtin_vec_new
-Massif:   6: malloc
+Massif:   6: operator new(unsigned)
+Massif:   7: operator new[](unsigned)
+Massif:   8: operator new(unsigned long)
+Massif:   9: operator new[](unsigned long)
+Massif:   10: malloc
+Massif:   11: operator new(unsigned, std::nothrow_t const&)
+Massif:   12: operator new[](unsigned, std::nothrow_t const&)
+Massif:   13: operator new(unsigned long, std::nothrow_t const&)
+Massif:   14: operator new[](unsigned long, std::nothrow_t const&)
 Massif: startup S.  0 (t:0, hp:0, ad:0, st:0)
 Massif:   alloc S.  1 (t:100, hp:100, ad:0, st:0)
 Massif: realloc S.  2 (t:100, hp:100, ad:0, st:0)


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Valgrind-developers mailing list
Valgrind-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-developers

Reply via email to