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

Make show_stats only print out heap funcs that have non-zero calls #67

Closed
Arinerron opened this issue Oct 20, 2021 · 1 comment
Closed
Labels
enhancement New feature or request good first issue Good for newcomers
Milestone

Comments

@Arinerron
Copy link
Owner

Statistics:
... mallocs count: 7
... callocs count: 1
... frees count: 3
... reallocs count: 0
... reallocarrays count: 0

|
|
V

Statistics:
... mallocs count: 7
... callocs count: 1
... frees count: 3
@Arinerron Arinerron added enhancement New feature or request good first issue Good for newcomers labels Oct 20, 2021
@Arinerron Arinerron added this to the 2.0 milestone Oct 20, 2021
@Arinerron
Copy link
Owner Author

This should also make it easier to track valloc (#40) if we need to (cause otherwise I'd be tempted not to add it since it'd take up more space and should rarely be used anyway)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant