malloc topic
heaphook
Replace all the dynamic heap allocation functions by LD_PRELOAD.
metamalloc
Single header template based general purpose memory allocation library for Linux & Windows. Repo also provides a live http memory profiler as a separate single-header with no dependencies
Leak_Hunter
A leak detector for your c project.
safemalloc
A safe wrapper for [m,c,re]alloc/free functions =)
unified-memory-framework
A library for constructing allocators and memory pools. It also contains broadly useful abstractions and utilities for memory management. UMF allows users to manage multiple memory pools characterized...
C_Giris_Orta_Ileri_Seviye
C Dili; Giriş - Orta ve İleri Seviye Örnek Uygulamalar
Google-tcmalloc-simulation-implementation
An efficient solution to replace malloc - Google open source project tcmalloc high-concurrency memory pool learning and simulation implementation. This project extracts the essence of Google-tcmalloc....