|
@@ -103,12 +103,22 @@ If a memory limit is defined on the given node (see Section
|
|
\ref HowToLimitMemoryPerNode), return the amount of total memory
|
|
\ref HowToLimitMemoryPerNode), return the amount of total memory
|
|
on the node. Otherwise return -1.
|
|
on the node. Otherwise return -1.
|
|
|
|
|
|
|
|
+\fn ssize_t starpu_memory_get_total_all_nodes()
|
|
|
|
+\ingroup API_Standard_Memory_Library
|
|
|
|
+return the amount of total memory on all memory nodes for whose a memory limit
|
|
|
|
+is defined (see Section \ref HowToLimitMemoryPerNode).
|
|
|
|
+
|
|
\fn ssize_t starpu_memory_get_available(unsigned node)
|
|
\fn ssize_t starpu_memory_get_available(unsigned node)
|
|
\ingroup API_Standard_Memory_Library
|
|
\ingroup API_Standard_Memory_Library
|
|
If a memory limit is defined on the given node (see Section
|
|
If a memory limit is defined on the given node (see Section
|
|
\ref HowToLimitMemoryPerNode), return the amount of available memory
|
|
\ref HowToLimitMemoryPerNode), return the amount of available memory
|
|
on the node. Otherwise return -1.
|
|
on the node. Otherwise return -1.
|
|
|
|
|
|
|
|
+\fn ssize_t starpu_memory_get_available_all_nodes()
|
|
|
|
+\ingroup API_Standard_Memory_Library
|
|
|
|
+return the amount of available memory on all memory nodes for whose a memory limit
|
|
|
|
+is defined (see Section \ref HowToLimitMemoryPerNode).
|
|
|
|
+
|
|
\fn int starpu_memory_allocate(unsigned node, size_t size, int flags)
|
|
\fn int starpu_memory_allocate(unsigned node, size_t size, int flags)
|
|
\ingroup API_Standard_Memory_Library
|
|
\ingroup API_Standard_Memory_Library
|
|
If a memory limit is defined on the given node (see Section
|
|
If a memory limit is defined on the given node (see Section
|