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 Ownergoogle/tcmalloc
Primary LanguageC++
Program languageStarlark (Language Count: 5)
Platform
License:Apache License 2.0
Release Count0
Created At2019-08-23 14:02:59
Pushed At2025-07-25 18:49:54
Last Commit At2025-07-25 11:44:31
Stargazers Count4834
Watchers Count87
Fork Count518
Commits Count2620
Has Issues Enabled
Issues Count210
Issue Open Count43
Pull Requests Count30
Pull Requests Open Count13
Pull Requests Close Count26
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private
To the top