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

virtual memory not tracked #13

Closed
convolvatron opened this issue Feb 13, 2018 · 2 comments
Closed

virtual memory not tracked #13

convolvatron opened this issue Feb 13, 2018 · 2 comments

Comments

@convolvatron
Copy link
Contributor

there are tens of little regions floating around, with no real guarantee that they are disjoint.

keep a global map of virtual allocations with some semantic annotations.

use this to generate a proper /proc/self/maps which pthreads is using to locate
the stack

can also add a debugging aid - what was this address mapped for

@convolvatron
Copy link
Contributor Author

also see #16

@wjhun
Copy link
Contributor

wjhun commented Apr 18, 2019

We are now tracking virtual memory allocations for the process address space.

@wjhun wjhun closed this as completed Apr 18, 2019
@wjhun wjhun moved this from To do to Done in clean up nanos memory utilization Apr 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

3 participants