From 05d3c43fc2e9034d42d0a0423d8ccb4991e222c3 Mon Sep 17 00:00:00 2001 From: hunt Date: Tue, 15 Jan 2008 16:58:29 +0000 Subject: Turn DEBUG_MEM off by default. --- runtime/alloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/alloc.c') diff --git a/runtime/alloc.c b/runtime/alloc.c index 71b592a7..f022755a 100644 --- a/runtime/alloc.c +++ b/runtime/alloc.c @@ -14,7 +14,7 @@ static int _stp_allocated_net_memory = 0; #define STP_ALLOC_FLAGS (GFP_KERNEL | __GFP_NORETRY | __GFP_NOWARN) -#define DEBUG_MEM +//#define DEBUG_MEM /* * If DEBUG_MEM is defined (stap -DDEBUG_MEM ...) then full memory * tracking is used. Each allocation is recorded and matched with -- cgit