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

Changes tcmalloc.h header location (#1033) #1039

Open
wants to merge 1 commit into
base: unstable
Choose a base branch
from

Conversation

rjd15372
Copy link

This commit changes the tcmalloc.h header location from the deprecated location google/ to gperftools/.

Why we're doing this now?

The location google/tcmalloc.h has been deprecated for more than 10 years in favor of gperftools/tcmalloc.h, and the deprecated location will be removed in the next release of gperftools.

This commit changes the `tcmalloc.h` header location from the
deprecated location `google/` to `gperftools/`.

*Why we're doing this now?*

The location `google/tcmalloc.h` has been deprecated for more
than 10 years in favor of `gperftools/tcmalloc.h`, and the
deprecated location will be removed in the next release of
gperftools.

Signed-off-by: Ricardo Dias <[email protected]>
Copy link

codecov bot commented Sep 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.63%. Comparing base (f89ff31) to head (acd74b7).

Additional details and impacted files
@@             Coverage Diff              @@
##           unstable    #1039      +/-   ##
============================================
+ Coverage     70.58%   70.63%   +0.05%     
============================================
  Files           114      114              
  Lines         61670    61670              
============================================
+ Hits          43530    43561      +31     
+ Misses        18140    18109      -31     

see 11 files with indirect coverage changes

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

Successfully merging this pull request may close these issues.

[BUG] Please stop including tcmalloc.h via google/tcmalloc.h
2 participants