Browse Source

src/datawizard/memalloc.h: improve documentation

Nathalie Furmento 12 years ago
parent
commit
3eb1faa93d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/datawizard/memalloc.h

+ 1 - 1
src/datawizard/memalloc.h

@@ -46,7 +46,7 @@ LIST_TYPE(_starpu_mem_chunk,
 
 
 	/* the size is only set when calling _starpu_request_mem_chunk_removal(),
 	/* the size is only set when calling _starpu_request_mem_chunk_removal(),
          * it is needed by free_memory_on_node() which is called when
          * it is needed by free_memory_on_node() which is called when
-         * the handle is no longer valid
+         * the handle is no longer valid. It should not be used otherwise.
 	 */
 	 */
 	size_t size;
 	size_t size;