Difference between revisions of "TCmalloc"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | |||
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. | 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. | ||
+ | * https://github.com/google/tcmalloc | ||
== See also == | == See also == | ||
* {{malloc}} | * {{malloc}} |
Latest revision as of 12:11, 18 February 2022
Advertising: