]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Don't inline large function
authorNicholas Nethercote <n.nethercote@gmail.com>
Mon, 13 Sep 2004 13:27:30 +0000 (13:27 +0000)
committerNicholas Nethercote <n.nethercote@gmail.com>
Mon, 13 Sep 2004 13:27:30 +0000 (13:27 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2712

massif/ms_main.c

index abed7b32d7b46e7ab3e6b8a383162ed94987b0c6..baa6fa70a6e4f9582d2f8dca5d9a1e194297d0a7 100644 (file)
@@ -663,7 +663,7 @@ void remove_HP_Chunk(HP_Chunk* hc, HP_Chunk** prev_chunks_next_ptr)
 // Forward declaration
 static void hp_census(void);
 
-static __inline__
+static
 void* new_block ( void* p, Int size, UInt align, Bool is_zeroed )
 {
    HP_Chunk* hc;