summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * 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