You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Justin Clift edited this page May 9, 2019
·
1 revision
Minimising or eliminating memory allocation
From @aykevl - One way to find out where heap memory is allocated is using -gc=none. You'll get a linker error that should point to the location in the program (except on wasm).