TCMalloc
TCMalloc 是 Google 对 C 的 malloc() 和 C++ 的 operator new 的定制实现,用于在我们的 C 和 C++ 代码中进行内存分配。TCMalloc 是一种快速的多线程 malloc 实现。「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.」
Main metrics
Overview
Name With Owner | google/tcmalloc |
---|---|
Primary Language | C++ |
Program language | Starlark (Language Count: 5) |
Platform | |
License: | Apache License 2.0 |
Release Count | 0 |
Created At | 2019-08-23 14:02:59 |
Pushed At | 2025-07-25 18:49:54 |
Last Commit At | 2025-07-25 11:44:31 |
Stargazers Count | 4834 |
Watchers Count | 87 |
Fork Count | 518 |
Commits Count | 2620 |
Has Issues Enabled | |
Issues Count | 210 |
Issue Open Count | 43 |
Pull Requests Count | 30 |
Pull Requests Open Count | 13 |
Pull Requests Close Count | 26 |
Has Wiki Enabled | |
Is Archived | |
Is Fork | |
Is Locked | |
Is Mirror | |
Is Private |