Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memory Profiler Incorrectly Reporting Data as Free #21747

Open
milky2028 opened this issue Apr 11, 2024 · 1 comment
Open

Memory Profiler Incorrectly Reporting Data as Free #21747

milky2028 opened this issue Apr 11, 2024 · 1 comment

Comments

@milky2028
Copy link

Version of emscripten/emsdk:
3.1.54

It seems like after a certain point, the memory profiler begins to report allocated memory as "free," despite not actually showing that data as free in the numbered totals. It's possible this might not be a bug. In general, I think better explanations of what's going on with memory here might be needed.

Screenshot 2024-04-11 at 2 52 51 PM

You can see this in action by using this small app I built (repo) to allocate specified chunks of memory in wasm in megabytes.

@dschuff
Copy link
Member

dschuff commented Apr 11, 2024

I think this is a question for @juj ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants