summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-08 18:29:56 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-08 18:29:56 +0000
commit6137a8aa8f69cb0c197efced18d7e49144791666 (patch)
treefda5a4a9a19544410ab1c45ef4b3e83e92894241 /nuttx/ChangeLog
parent62bccf6b7538cafa63e0ea91ccb603f58417a49a (diff)
downloadpx4-nuttx-6137a8aa8f69cb0c197efced18d7e49144791666.tar.gz
px4-nuttx-6137a8aa8f69cb0c197efced18d7e49144791666.tar.bz2
px4-nuttx-6137a8aa8f69cb0c197efced18d7e49144791666.zip
Move all memory manager globals to a structure. Pass structure pointer as a handler because MM APIs
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5719 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 753e4c88c..62d0fe287 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4281,3 +4281,7 @@
* net/net_poll.c: Handle the missing case. Now tests for not connected
AND not listening. I think that now covers all of the cases including
the missing case noted above. (2013-03-07)
+ * mm/: Move all memory manager globals into a structure. A reference
+ to this structure is now passed internally between mm APIs. This
+ change will (eventually) support multiple heaps and heap allocators.
+