mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
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
This commit is contained in:
@@ -4396,7 +4396,7 @@ build
|
|||||||
<code>CONFIG_MM_REGIONS</code>: If the architecture includes multiple
|
<code>CONFIG_MM_REGIONS</code>: If the architecture includes multiple
|
||||||
regions of memory to allocate from, this specifies the
|
regions of memory to allocate from, this specifies the
|
||||||
number of memory regions that the memory manager must
|
number of memory regions that the memory manager must
|
||||||
handle and enables the API mm_addregion(start, end);
|
handle and enables the API <code>mm_addregion(heap, start, end)</code>.
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<code>CONFIG_MM_SMALL</code>: Each memory allocation has a small allocation
|
<code>CONFIG_MM_SMALL</code>: Each memory allocation has a small allocation
|
||||||
|
|||||||
Reference in New Issue
Block a user