memory usage clarification

master
Sean Barrett ago%!(EXTRA string=9 years)
parent 5ebbfd02e9
commit 484605343f
  1. 1
      stb_connected_components.h

@ -21,6 +21,7 @@
// MEMORY USAGE // MEMORY USAGE
// //
// Uses about 6-7 bytes per grid square (e.g. 7MB for a 1024x1024 grid). // 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 // PERFORMANCE
// //

Loading…
Cancel
Save