aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-10-17 09:54:09 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-10-17 09:54:09 +0000
commitcbbe7cce8c93cf578d35cde1506e83a802e4eb05 (patch)
tree61a3eb023a140bd57f1bcd082dbb3eb27ec3b49d
parentbc8d3db324f26d95384b8876e0d13eb434b2de93 (diff)
downloadChibiOS-cbbe7cce8c93cf578d35cde1506e83a802e4eb05.tar.gz
ChibiOS-cbbe7cce8c93cf578d35cde1506e83a802e4eb05.tar.bz2
ChibiOS-cbbe7cce8c93cf578d35cde1506e83a802e4eb05.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1228 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--readme.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index 536596684..c2314df04 100644
--- a/readme.txt
+++ b/readme.txt
@@ -11,7 +11,8 @@
sbrk()-like API: chCoreAlloc(). The other allocators now use this manager
in order to get memory blocks.
- NEW: The heap allocator has been modified, now it is possible to have
- multiple heaps. The default heap gets its memory from the new heap manager.
+ multiple heaps. The default heap gets its memory from the new core memory
+ manager.
- NEW: Added a "hungry" mode to the memory pools allocator, when enabled, this
mode makes a memory pool to feed memory from the core memory manager.
- CHANGE: Because the changes in the allocators some API prototypes changed: