浏览代码

memory usage clarification

Sean Barrett 9 年之前
父节点
当前提交
484605343f
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      stb_connected_components.h

+ 1 - 0
stb_connected_components.h

@@ -21,6 +21,7 @@
 // MEMORY USAGE
 //
 //   Uses about 6-7 bytes per grid square (e.g. 7MB for a 1024x1024 grid).
+//   Uses a single worst-case allocation which you pass in.
 //
 // PERFORMANCE
 //