Ross ROSS = Recommend OSS · open-source software intelligence for agents

google/tcmalloc

None observed · 2026-08-28

github.com/google/tcmalloc · C++ · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

77/100

  • Activity 99
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 2567
  • days_rel: n/a
  • days_push: 7
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

5333 stars · 566 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

TCMalloc is Google's fast, multi-threaded memory allocator implementing C's malloc() and C++'s operator new. It is a drop-in replacement allocator designed for high performance in multithreaded C and C++ applications.

Use cases

  • replace glibc malloc with a faster allocator in a C++ server
  • reduce lock contention in multithreaded allocation-heavy workloads
  • profile and tune memory allocation behavior in production services
  • link a custom allocator into an existing C or C++ codebase

When to choose

  • your application is multithreaded and allocation performance matters
  • you need a battle-tested allocator used at Google scale
  • you want per-thread caching to reduce allocator contention

When to avoid

  • your workload is single-threaded with minimal allocation overhead
  • you need a platform not listed in TCMalloc's supported platforms guide
  • you require a simple allocator with minimal build complexity

Facets

library · maturity stable

caching concurrency developer-tools performance developer-tools operating-systems cpp cross-platform memory-allocator malloc thread-caching performance-optimization linux macos

1 source

Member repositories

RepositoryRoleHealth v2
google/tcmallocmain77

For agents

markdown · JSON · MCP: product_card(name="google/tcmalloc")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem