Skip to content

hardened_malloc

Server & OS Management

A security‑focused general‑purpose memory allocator that hardens against heap corruption while reducing metadata overhead and fragmentation

C Latest 14 · 3mo ago Security brief →

Features

  • Provides malloc API with extensive hardening extensions to prevent heap corruption
  • Reduces metadata overhead and memory waste via fine‑grained size classes and slab scaling beyond 4 KB
  • Supports scalable, independent arenas with per‑size‑class locking for high concurrency
  • Offers configurable guard slabs and memory tagging for additional integrity checks

Recent releases

View all 1 releases →
14 Bug fix

Memory allocator improvements including edge case fix for realloc operations from small allocations, libdivide library update, and GCC 15 warning suppression.

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

About

Stars
1,869
Forks
144
Languages
C C++ Python

Install & Platforms

Platforms
linux arm64

Beta — feedback welcome: [email protected]