summaryrefslogtreecommitdiff
path: root/nuttx/mm/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/mm/README.txt')
-rw-r--r--nuttx/mm/README.txt14
1 files changed, 1 insertions, 13 deletions
diff --git a/nuttx/mm/README.txt b/nuttx/mm/README.txt
index 2668432e3..d2f307849 100644
--- a/nuttx/mm/README.txt
+++ b/nuttx/mm/README.txt
@@ -32,19 +32,7 @@ This directory contains the NuttX memory management logic. This include:
o Alignment: All allocations are aligned to 8- or 4-bytes for large
and small models, respectively.
-2) Test Program. There is also a host-best test program that can be
- used to verify the memory manager. These are the file:
-
- Makefile.test, mm_test.c, and mm_environment.h.
-
- Build instructions:
-
- make -f Makefile.test
-
- The executable will be built in the top-level directory as nuttx/mm_text
- (or mm_test.exe under Cygwin).
-
-3) Granule Allocator. A non-standard granule allocator is also available
+2) Granule Allocator. A non-standard granule allocator is also available
in this directory The granule allocator allocates memory in units
of a fixed sized block ("granule"). Allocations may be aligned to a user-
provided address boundary.