Scalene:是一个用于 Python 的高性能、高精度 CPU、GPU 和内存分析器
The Boehm-Demers-Weiser conservative C/C++ Garbage Collector (bdwgc, also known as bdw-gc, boehm-gc, libgc)
翻译 - Boehm-Demers-Weiser保守C / C ++垃圾收集器(libgc,bdwgc,boehm-gc)
#IOS#Find memory issues & leaks in your iOS app without instruments
Custom memory allocators in C++ to improve the performance of dynamic memory allocation
STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write.
Hardened allocator designed for modern systems. It has integration into Android's Bionic libc and can be used externally with musl and glibc as a dynamic library for use on other Linux-based platforms...
翻译 - 专为现代系统设计的硬化分配器。它已集成到Android的Bionic libc中,并且可以在musl和glibc外部用作动态库,以在其他基于Linux的平台上使用。随着时间的推移,它将获得更多的可移植性/集成性。
The Hoard Memory Allocator: A Fast, Scalable, and Memory-efficient Malloc for Linux, Windows, and Mac.
📐 Pushing the boundaries of simplicity
翻译 - 📐推动简单的界限
Bringing the hell of pointers to Python.
Memory profiler for PHP. Helps finding memory leaks in PHP scripts.
allocscope - a memory tracking tool
A fast and flexible allocator for no_std and WebAssembly
Heap Layers: An Extensible Memory Allocation Infrastructure
Embedded systems memory management library. Implementations for malloc(), free(), and other useful memory management functions
Allocators, I/O streams, math, geometry, image and audio processing for D
A single header buddy memory allocator for C & C++
Convert jemalloc heap profiles to pprof to understand memory usage, fix memory leaks, and fix OOM Kills.