Explorar o código

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

Corentin Salingue %!s(int64=12) %!d(string=hai) anos
pai
achega
0c3de57a93
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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__ */