From 484605343fa12cf83532d3261a14b56fb1060e86 Mon Sep 17 00:00:00 2001 From: Sean Barrett Date: Sat, 16 Apr 2016 14:14:04 -0700 Subject: [PATCH] memory usage clarification --- stb_connected_components.h | 1 + 1 file changed, 1 insertion(+) diff --git a/stb_connected_components.h b/stb_connected_components.h index 1533b30..f72c151 100644 --- a/stb_connected_components.h +++ b/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 //