malloc topic
malldump
Attach to a process and dump statistics of low level malloc(ptmalloc, the glibc implementation) of the process.
mm-go
Generic manual memory management for golang
tbman
Memory Manager - Fast, Scalable and Easy to use
FT_SPLIT_TESTER
A complete test unit for the troublesome function ft_split (s42 Libft project)
Intro-to-Computer-Systems
15-213计算机导论(深入理解计算机系统) lab
malloc_protection_checker
C Malloc Protection Checker
memdetect
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
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...