From 485bb14c36312aeeb73b25f8f389cb401ed1abbf Mon Sep 17 00:00:00 2001 From: Michael Lotz Date: Tue, 1 Nov 2011 16:29:28 +0000 Subject: [PATCH] Prefix the heap version of the "allocations" debugger command with "heap_". git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43068 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/system/kernel/heap.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system/kernel/heap.cpp b/src/system/kernel/heap.cpp index 19e9e0966b..49cd2edbab 100644 --- a/src/system/kernel/heap.cpp +++ b/src/system/kernel/heap.cpp @@ -2202,7 +2202,7 @@ heap_init_post_thread() "Dump infos about the specified kernel heap. If \"stats\" is given\n" "as the argument, currently only the heap count is printed.\n", 0); #if !KERNEL_HEAP_LEAK_CHECK - add_debugger_command_etc("allocations", &dump_allocations, + add_debugger_command_etc("heap_allocations", &dump_allocations, "Dump current heap allocations", "[\"stats\"] \n" "If the optional argument \"stats\" is specified, only the allocation\n"