summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Use volatile to workaround buffer overflow false positives.Qi Wang2022-04-041-5/+21
| * Reoreder TravisCI jobs to optimize CI timeAlex Lapenkou2022-03-292-77/+77
| * Enable TravisCI for WindowsAlex Lapenkou2022-03-292-1/+25
| * Add FreeBSD to TravisCIAlex Lapenkou2022-03-295-0/+83
| * Do not disable SEC by default for 64k pages platformsAlex Lapenkou2022-03-242-2/+2
| * Add comments and use meaningful vars in sz_psz2ind.Charles2022-03-245-10/+108
| * Implement PAGE_FLOOR macroAlex Lapenkou2022-03-222-1/+4
| * Fix size class calculation for secAlex Lapenkou2022-03-222-5/+9
| * Add a default page size when cross-compile for Apple M1.Qi Wang2022-03-211-0/+9
| * Fix FreeBSD system jemalloc TSD cleanupAlex Lapenkov2022-03-026-10/+19
| * Fix possible "nmalloc >= ndalloc" assertion.Azat Khuzhin2022-03-011-1/+1
| * Fix failed assertion due to racy memory accessAlex Lapenkou2022-02-172-18/+63
| * Properly detect background thread support on Darwin.Qi Wang2022-02-151-1/+2
| * Document 'make uninstall'Alex Lapenkou2022-01-311-0/+4
| * Avoid overflow warnings in test/unit/safety_check.Qi Wang2022-01-271-6/+13
| * Add a dependency checking step at the end of malloc_conf_init.Qi Wang2022-01-261-20/+19
| * Initialize prof_leak during prof init.Qi Wang2022-01-262-1/+4
| * Disable TravisCI jobs generation for WindowsAlex Lapenkou2022-01-262-25/+1
| * Add Windows to TravisCIAlex Lapenkou2022-01-266-176/+376
| * Add prof_leak_error optionyunxu2022-01-218-0/+56
| * Forbid spaces in prefix and exec_prefixAlex Lapenkou2022-01-191-6/+8
| * Forbid spaces in install suffixAlex Lapenkou2022-01-191-1/+4
| * Add support for 'make uninstall'Shuduo Sang2022-01-191-0/+42
| * Echo installed files via verbose 'install' commandAlex Lapenkou2022-01-191-13/+7
| * Avoid calculating size of size class twice & delete sc_data_global.Charles2022-01-181-5/+2
| * Fix doc build with install-suffix.Qi Wang2022-01-111-3/+9
| * Fix the HELP_STRING of --enable-doc.Qi Wang2022-01-111-1/+1
| * Simplify arena_migrate() to take arena_t* instead of indices.Qi Wang2022-01-114-7/+6
| * Lower the num_threads in the stress test of test/unit/prof_recentQi Wang2022-01-111-1/+1
| * Fix the extent state checking on the merge error path.Qi Wang2022-01-111-3/+17
| * FreeBSD also needs the OS-X "don't declare system functions asCraig Leres2022-01-111-1/+1
| * Use the isb instruction instead of yield for spin locks on armJonathan Swinney2022-01-101-7/+8
| * Add background thread sleep retry in test/unit/hpa_background_threadQi Wang2022-01-071-4/+12
| * Purge all if the last thread migrated away from an arena.Qi Wang2022-01-061-0/+6
| * #include <features.h> as requestedYuriy Chernyshov2022-01-051-0/+2
| * Fix symbol conflict with musl libcYuriy Chernyshov2022-01-051-1/+1
| * Fix two conversion warnings in tcache.Qi Wang2022-01-041-2/+6
| * Fix unnecessary returns in san_(un)guard_pages_two_sided.Qi Wang2022-01-041-3/+2