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

improve malloc_object_size for large allocations #22

Open
thestinger opened this issue Aug 29, 2018 · 0 comments
Open

improve malloc_object_size for large allocations #22

thestinger opened this issue Aug 29, 2018 · 0 comments
Labels

Comments

@thestinger
Copy link
Member

It can easily return results for pointers within the first page of a memory allocation. It could go beyond that but it would require an extra hash table lookup for each extra page checked.

@thestinger thestinger added enhancement New feature or request security labels Aug 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant