Browse Source

RT_MEM_STATS is used for most condition.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@268 bbd45198-f89e-11dd-88c7-29a3b14d5316
bernard.xiong 15 years ago
parent
commit
e79dec8f0a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/mem.c

+ 1 - 1
src/mem.c

@@ -48,7 +48,7 @@
 #include <rtthread.h>
 
 /* #define RT_MEM_DEBUG */
-/* #define RT_MEM_STATS */
+#define RT_MEM_STATS
 
 #if defined (RT_USING_HEAP) && defined (RT_USING_SMALL_MEM)
 #ifdef RT_USING_HOOK