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

Add statistics about currently allocated memory #21

Open
fu5ha opened this issue May 11, 2021 · 0 comments
Open

Add statistics about currently allocated memory #21

fu5ha opened this issue May 11, 2021 · 0 comments

Comments

@fu5ha
Copy link
Contributor

fu5ha commented May 11, 2021

For example, we currently use these stats that VMA provides:

stats.block_count = vma_stats.total.blockCount as usize;
stats.alloc_count = vma_stats.total.allocationCount as usize;
stats.used_bytes = vma_stats.total.usedBytes as usize;
stats.unused_bytes = vma_stats.total.unusedBytes as usize;
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

1 participant