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

jemalloc/jemalloc

None observed · 2026-08-28

github.com/jemalloc/jemalloc · homepage · C · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

80/100

  • Activity 97
  • Release rhythm 47
  • Longevity 100

Flags: no_license

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: 4717
  • days_rel: 142
  • days_push: 23
  • n_releases_24m: 1

Full methodology

Adoption not part of the score

11065 stars · 1638 forks observed · 2026-08-28

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

jemalloc is a general-purpose malloc(3) memory allocator implementation emphasizing fragmentation avoidance and scalable concurrency support. It originated as the FreeBSD libc allocator and includes developer features such as heap profiling and extensive monitoring and tuning hooks.

Use cases

  • reduce memory fragmentation in long-running server applications
  • replace the system malloc for better multi-threaded allocation performance
  • profile heap usage and debug memory issues in C/C++ programs
  • tune allocator behavior for demanding applications
  • use as the system allocator on FreeBSD

When to choose

  • your application suffers from heap fragmentation or allocator contention under high concurrency
  • you need heap profiling and introspection hooks
  • you want a battle-tested allocator with predictable behavior

When to avoid

  • you need a simple allocator for a small single-threaded program where the system malloc suffices
  • you want a modern allocator with a different feature set like mimalloc or snmalloc

Facets

library · maturity stable

developer-tools monitoring developer-tools performance operating-systems bsd cpp c cross-platform memory-allocator malloc heap-profiling fragmentation concurrency performance linux macos

2 sources

Member repositories

RepositoryRoleHealth v2
jemalloc/jemallocmain80

For agents

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

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