Lines Matching refs:jemalloc
5 https://github.com/jemalloc/jemalloc
15 candidate for applications to upgrade, from both jemalloc 5.0 and before. For
17 guidelines on jemalloc tuning.
61 - Add configure option --disable-initial-exec-tls which can allow jemalloc to
98 Bug fixes (most of the issues are only relevant to jemalloc 5.0):
161 Unlike all previous jemalloc releases, this release does not use naturally
165 the most cohesively designed version of jemalloc so far, with ample
197 - Add --with-version=VERSION for use when embedding jemalloc into another
240 - Support static linking of jemalloc with glibc. (@djwatson)
343 - Use prefixed function names (as controlled by --with-jemalloc-prefix) when
447 - Fix static linking of jemalloc with glibc. (@djwatson)
679 jemalloc/jemalloc.h and malloc.h in C++ code.
737 - Add the jemalloc-config script, which provides information about how
738 jemalloc was configured, and how to integrate it into application builds.
752 - Add missing header includes in jemalloc/jemalloc.h, so that applications
753 only have to #include <jemalloc/jemalloc.h>.
813 - Remove the unnecessary "opt.valgrind" mallctl; jemalloc automatically
926 which statically link jemalloc experiencing symbol name collisions.
1226 - Add missing jemalloc.a to build system.