Преглед изворни кода

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.