gperftools: libtcmalloc_minimal (libtcmalloc_minimal.so) 2.18.1¶
- Homepage: https://gperftools.github.io/gperftools/
- Manpage: https://gperftools.github.io/gperftools/tcmalloc.html
- Changelog: https://github.com/gperftools/gperftools/releases
- Repository: https://github.com/gperftools/gperftools
- Library: master/make/libs/gperftools/
- Steward: -
TCMalloc (Thread-Caching Malloc) from Google's gperftools. A high-performance, thread-safe drop-in replacement for malloc that is significantly faster than glibc malloc, especially for multi-threaded programs. This is the minimal variant without heap profiling or checking support, suitable for embedded targets. https://gperftools.github.io/gperftools/tcmalloc.html