summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* More conservative setting for /test/unit/background_thread_enable.Qi Wang2023-02-161-6/+3
* Fix thread_name updating for heap profiling.Qi Wang2023-02-151-11/+10
* Implement prof sample hooks "experimental.hooks.prof_sample(_free)".Qi Wang2022-12-077-19/+307
* Fix dividing 0 error in stress/cpp/microbenchguangli-dai2022-12-062-18/+29
* Inline free and sdallocx into operator deleteGuangli Dai2022-11-216-228/+241
* Benchmark operator deleteguangli-dai2022-11-214-10/+102
* Update the ratio display in benchmarkguangli-dai2022-11-211-1/+1
* Add a configure option --enable-force-getenv.Qi Wang2022-11-043-6/+32
* Enable fast thread locals for dealloc-only threads.Qi Wang2022-10-253-1/+77
* jemalloc_internal_types.h: Use alloca if __STDC_NO_VLA__ is definedPaul Smith2022-10-141-1/+1
* Fix safety_check segfault in double free testdivanorama2022-10-031-2/+1
* update PROFILING_INTERNALS.mdJordan Rome2022-10-031-1/+19
* fix build for non linux/BSD platforms.David Carlier2022-10-033-3/+15
* Disable builtin malloc in testsdivanorama2022-10-031-0/+2
* Add vcpkg installation instructionsLily Wang2022-09-191-0/+17
* Fix a bug in C++ integration test.Guangli Dai2022-09-161-2/+1
* Add arena-level name.Guangli Dai2022-09-168-9/+146
* Making jemalloc max stack depth a runtime optionGuangli Dai2022-09-1212-11/+171
* error: implicit declaration of function 'pthread_create_fptr_init' is invalid...Abael He2022-09-071-33/+33
* Refactor the remote / cross thread cache bin stats readingGuangli Dai2022-09-062-52/+51
* Add double free detection using slab bitmap for debug buildGuangli Dai2022-09-062-25/+96
* Add double free detection in thread cache for debug buildIvan Zaitsev2022-08-048-9/+97
* update travisDavid CARLIER2022-07-192-1/+3
* enabled percpu_arena settings on macOs.David CARLIER2022-07-191-1/+1
* OpenBSD build fix. still no cpu affinity.David Carlier2022-07-193-2/+6
* Add the missing opt.cache_oblivious handling.Qi Wang2022-07-141-0/+1
* Remove duplicated words in documentationJasmin Parent2022-07-111-3/+1
* Fix possible "nmalloc >= ndalloc" assertionAzat Khuzhin2022-07-111-6/+9
* CI update FreeBSD version.David CARLIER2022-06-281-1/+1
* Update building for Windows instructionsAlex Lapenkou2022-06-142-23/+79
* New configure option '--enable-pageid' for LinuxDavid Carlier2022-06-093-0/+59
* Enable retain by default on macOS.Qi Wang2022-06-091-0/+3
* Implement malloc_getcpu for amd64 and arm64 macOSDavid Carlier2022-06-082-0/+26
* Revert "Echo installed files via verbose 'install' command"Alex Lapenkou2022-06-071-7/+13
* jemalloc: fix PowerPC definitions in quantum.hbarracuda1562022-05-261-1/+1
* Implement pvalloc replacementAlex Lapenkou2022-05-187-0/+75
* Improve the failure message upon opt_experimental_infallible_new.Qi Wang2022-05-172-4/+10
* Fix compiling edata.h with MSVCYuriy Chernyshov2022-05-091-2/+4
* Merge branch 'dev'5.3.0masterQi Wang2022-05-06379-17135/+45977
|\
| * Update ChangeLog for 5.3.0.Qi Wang2022-05-061-0/+100
| * Make the default option of zero realloc match the system allocator.Qi Wang2022-05-054-8/+26
| * Make test/unit/background_thread_enable more conservative.Qi Wang2022-05-041-8/+19
| * Update TUNING.md to include the new tcache_max option.Qi Wang2022-05-041-4/+4
| * Small doc tweak of opt.trust_madvise.Qi Wang2022-04-281-4/+3
| * Minor typo fix in doc.Qi Wang2022-04-271-1/+1
| * Correct the name of stats.mutexes.prof_thds_data in doc.Qi Wang2022-04-251-1/+1
| * Avoid abort() in test/integration/cpp/infallible_new_true.Qi Wang2022-04-254-46/+79
| * fix some typoscuishuang2022-04-2510-11/+11
| * Rename zero_realloc option "strict" to "alloc".Qi Wang2022-04-207-16/+16
| * Update FreeBSD image to 12.3 for cirrus ci.Qi Wang2022-04-191-1/+1