浏览代码

src/datawizard/memalloc.h: improve documentation

Nathalie Furmento 12 年之前
父节点
当前提交
3eb1faa93d
共有 1 个文件被更改,包括 1 次插入1 次删除
  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(),
          * 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;