From f6a88f0d75d67f877f0047c9e7b258122277fb04 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 8 Mar 2013 22:01:50 +0000 Subject: [PATCH] up_addregion should use kmm_addregion; move garbage kmm*.c file to mm/. for now git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5721 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttxPortingGuide.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 9eb114fd21..0670ec11cb 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -4396,7 +4396,7 @@ build CONFIG_MM_REGIONS: If the architecture includes multiple regions of memory to allocate from, this specifies the number of memory regions that the memory manager must - handle and enables the API mm_addregion(start, end); + handle and enables the API mm_addregion(heap, start, end).
  • CONFIG_MM_SMALL: Each memory allocation has a small allocation