Browse Source

add function to evaluate if we can push datas on node without add the size

Corentin Salingue 12 years ago
parent
commit
0c3de57a93
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/datawizard/memory_manager.h

+ 3 - 0
src/datawizard/memory_manager.h

@@ -53,4 +53,7 @@ int _starpu_memory_manager_can_allocate_size(size_t size, unsigned node) STARPU_
  */
 void _starpu_memory_manager_deallocate_size(size_t size, unsigned node);
 
+
+int _starpu_memory_manager_test_allocate_size_(size_t size, unsigned node);
+
 #endif /* __MEMORY_MANAGER_H__ */