ソースを参照

ChangeLog: mention memory manager updates

Nathalie Furmento 12 年 前
コミット
0813396a89
共有1 個のファイルを変更した5 個の追加1 個の削除を含む
  1. 5 1
      ChangeLog

+ 5 - 1
ChangeLog

@@ -83,7 +83,11 @@ New features:
 	a context and constructs it consequently (the cost of execution is required)
     	- Several policies can adapt dynamically the distribution of resources
 	in contexts if the initial one was not appropriate
-	- Add a platform to implement new policies of redistribution of resources
+	- Add a platform to implement new policies of redistribution
+	of resources
+  * Implement a memory manager which checks the global amount of
+    memory available on devices, and checks there is enough memory
+    before doing an allocation on the device.
 
 Changes:
   * Fix the block filter functions.