diff options
Diffstat (limited to 'runtime/alloc.c')
-rw-r--r-- | runtime/alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |