git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1228 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2009-10-17 09:54:09 +00:00
parent bc8d3db324
commit cbbe7cce8c
1 changed files with 2 additions and 1 deletions

View File

@ -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: