malloc topic

List malloc repositories

malldump

29
Stars
6
Forks
Watchers

Attach to a process and dump statistics of low level malloc(ptmalloc, the glibc implementation) of the process.

mm-go

86
Stars
2
Forks
Watchers

Generic manual memory management for golang

mallocfail

40
Stars
5
Forks
Watchers

Malloc failure testing

tbman

18
Stars
8
Forks
Watchers

Memory Manager - Fast, Scalable and Easy to use

FT_SPLIT_TESTER

16
Stars
2
Forks
Watchers

A complete test unit for the troublesome function ft_split (s42 Libft project)

Intro-to-Computer-Systems

20
Stars
3
Forks
Watchers

15-213计算机导论(深入理解计算机系统) lab

memdetect

31
Stars
0
Forks
Watchers

Memdetect is a cross-platform shell script to compile and run your C or C++ project with a wrapper of malloc() and free(), which will help you understand your memory-management and find memory leaks.

memorymanager

71
Stars
0
Forks
Watchers

A simple, thread-safe memory manager for 64bit C++ applications and games. Focus is on preventing heap fragmentation in the absence of good virtual memory management, at the cost of wasting some memor...

42-malloc

22
Stars
7
Forks
Watchers

💽 C implementation of the malloc library using mmap. Go check the medium article if you want to learn more about how it works.