[New Port Request] tcmalloc #31593
Labels
category:new-port
The issue is requesting a new library to be added; consider making a PR!
info:good-first-issue
This issue would be a good issue to get one's feet wet in solving.
info:new-port-unresolved
This port has not been added to vcpkg; the issue was closed for inactivity.
Stale
Library name
tcmalloc
Library description
TCMalloc is Google's customized implementation of C's malloc() and C++'s operator new used for memory allocation within our C and C++ code. TCMalloc is a fast, multi-threaded malloc implementation.
Source repository URL
https://github.com/google/tcmalloc
Project homepage (if different from the source repository)
No response
Anything else that is useful to know when adding (such as optional features the library may have that should be included)
It seems that some attempt to create this port have done already some years ago (#4353 , #3536) but I can't see the port listed.
This PR google/tcmalloc#104 can be interesting to replace Bazel build with Cmake.
The text was updated successfully, but these errors were encountered: