malloc topic

List malloc repositories

heaphook

18
Stars
5
Forks
Watchers

Replace all the dynamic heap allocation functions by LD_PRELOAD.

metamalloc

102
Stars
3
Forks
Watchers

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

24
Stars
1
Forks
Watchers

A leak detector for your c project.

safemalloc

28
Stars
3
Forks
Watchers

A safe wrapper for [m,c,re]alloc/free functions =)

unified-memory-framework

36
Stars
26
Forks
Watchers

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...

ferroc

58
Stars
2
Forks
Watchers

A lock-free memory allocator

malloc

19
Stars
10
Forks
Watchers

Thread safe and fork safe malloc library.

C_Giris_Orta_Ileri_Seviye

20
Stars
4
Forks
20
Watchers

C Dili; Giriş - Orta ve İleri Seviye Örnek Uygulamalar

Google-tcmalloc-simulation-implementation

16
Stars
1
Forks
16
Watchers

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....

dalloc

15
Stars
2
Forks
Watchers

This is the custom implementation of function malloc for embedded systems, that defragmentate memory after using it. Good solution when you need to allocate memory dynamically, but memory fragmentatio...