We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
SUBJ. This include path has been deprecated for > 10 years now. We're shipping gperftools/tcmalloc.h.
Also from quick inspection I see that you don't really need headers anyways. So consider not even bothering to locate it.
(How do I find it? I just github-searched for google/tcmalloc.h usages that aren't clearly dead; yours is first I found so far)
The text was updated successfully, but these errors were encountered:
Sorry I have now idea what you're talking about. Can you try to explain that differently such that I understand what you mean?
Sorry, something went wrong.
Your cmake setup is searching for tcmalloc.h header which doesn't exist.
No branches or pull requests
Describe the bug
SUBJ. This include path has been deprecated for > 10 years now. We're shipping gperftools/tcmalloc.h.
Also from quick inspection I see that you don't really need headers anyways. So consider not even bothering to locate it.
(How do I find it? I just github-searched for google/tcmalloc.h usages that aren't clearly dead; yours is first I found so far)
The text was updated successfully, but these errors were encountered: