honggyukim / heaptrace

a tool that collects and reports heap allocated memory
GNU General Public License v2.0
13 stars 3 forks source link

stacktrace: Use different index variable name for inner loop #25

Closed Bojun-Seo closed 1 year ago

Bojun-Seo commented 1 year ago

To remove ambiguity, use different index variable name for inner loop. Uses j as an index variable name for inner loop since outer loop uses i.