summaryrefslogtreecommitdiff
path: root/nuttx/mm/mm_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/mm/mm_test.c')
-rw-r--r--nuttx/mm/mm_test.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/nuttx/mm/mm_test.c b/nuttx/mm/mm_test.c
index 4dadcec27..4e414d848 100644
--- a/nuttx/mm/mm_test.c
+++ b/nuttx/mm/mm_test.c
@@ -1,7 +1,7 @@
-/************************************************************
- * mm_test.c
+/************************************************************************
+ * mm/mm_test.c
*
- * Copyright (C) 2007 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2007, 2009 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
@@ -14,7 +14,7 @@
* notice, this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
- * 3. Neither the name Gregory Nutt nor the names of its contributors may be
+ * 3. Neither the name NuttX nor the names of its contributors may be
* used to endorse or promote products derived from this software
* without specific prior written permission.
*
@@ -31,7 +31,7 @@
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
- ************************************************************/
+ ************************************************************************/
#include <stdio.h>
#include <stdlib.h>
@@ -46,7 +46,7 @@
#include "mm_internal.h"
-/* Definitions */
+/* Pre-processor Definitions */
#define TEST_HEAP1_SIZE 0x00080000
#define TEST_HEAP2_SIZE 0x00080000
@@ -102,9 +102,9 @@ static struct mallinfo alloc_info;
static unsigned int g_reportedheapsize = 0;
static unsigned int g_actualheapsize = 0;
-/************************************************************
+/************************************************************************
* mm_showchunkinfo
- ************************************************************/
+ ************************************************************************/
static int mm_findinfreelist(struct mm_freenode_s *node)
{