summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove dead stores detected by static analysisKevin Svetlitski2023-05-115-11/+6
* Fix possible `NULL` pointer dereference from `mallctl("prof.prefix", ...)`Kevin Svetlitski2023-05-111-0/+3
* Fix the prof thread_name reference in prof_recent dump.Qi Wang2023-05-111-2/+4
* Add config detection for JEMALLOC_HAVE_PTHREAD_SET_NAME_NP.Qi Wang2023-05-111-1/+1
* If ptr present check if alloc_ctx.edata == NULLauxten2023-05-101-1/+1
* Make arenas_lookup_ctl triableauxten2023-05-101-4/+6
* Fix possible `NULL` pointer dereference in `VERIFY_READ`Kevin Svetlitski2023-05-091-1/+3
* Fix segfault in `extent_try_coalesce_impl`Kevin Svetlitski2023-05-091-1/+3
* Make eligible functions `static`Kevin Svetlitski2023-05-083-3/+5
* Remove errant `assert` in `arena_extent_alloc_large`Kevin Svetlitski2023-05-011-1/+0
* Check for equality instead of assigning in asserts in hpa_from_pai.Eric Mueller2023-04-171-4/+4
* Inline the storage for thread name in prof_tdata_t.Qi Wang2023-04-056-72/+45
* Remove unused mutex from hpa_centralAmaury Séchet2023-03-101-5/+1
* Add a header in HPA stats for the nonfull slabs.Qi Wang2023-02-171-2/+3
* Add an explicit name to the dedicated oversize arena.Qi Wang2023-02-171-0/+5
* 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-073-1/+111
* Inline free and sdallocx into operator deleteGuangli Dai2022-11-212-218/+11
* Add a configure option --enable-force-getenv.Qi Wang2022-11-041-6/+10
* Enable fast thread locals for dealloc-only threads.Qi Wang2022-10-251-1/+17
* fix build for non linux/BSD platforms.David Carlier2022-10-031-3/+3
* Add arena-level name.Guangli Dai2022-09-163-7/+94
* Making jemalloc max stack depth a runtime optionGuangli Dai2022-09-126-7/+160
* 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-061-2/+1
* Add double free detection in thread cache for debug buildIvan Zaitsev2022-08-043-1/+18
* OpenBSD build fix. still no cpu affinity.David Carlier2022-07-191-0/+4
* Add the missing opt.cache_oblivious handling.Qi Wang2022-07-141-0/+1
* Fix possible "nmalloc >= ndalloc" assertionAzat Khuzhin2022-07-111-6/+9
* New configure option '--enable-pageid' for LinuxDavid Carlier2022-06-091-0/+28
* Implement pvalloc replacementAlex Lapenkou2022-05-181-0/+46
* Improve the failure message upon opt_experimental_infallible_new.Qi Wang2022-05-171-2/+8
* Make the default option of zero realloc match the system allocator.Qi Wang2022-05-051-1/+6
* Avoid abort() in test/integration/cpp/infallible_new_true.Qi Wang2022-04-252-2/+26
* fix some typoscuishuang2022-04-252-2/+2
* Rename zero_realloc option "strict" to "alloc".Qi Wang2022-04-201-6/+6
* Do not disable SEC by default for 64k pages platformsAlex Lapenkou2022-03-241-1/+1
* Add comments and use meaningful vars in sz_psz2ind.Charles2022-03-241-1/+1
* Implement PAGE_FLOOR macroAlex Lapenkou2022-03-221-1/+1
* Fix size class calculation for secAlex Lapenkou2022-03-221-5/+8
* Fix FreeBSD system jemalloc TSD cleanupAlex Lapenkov2022-03-021-5/+11
* Fix possible "nmalloc >= ndalloc" assertion.Azat Khuzhin2022-03-011-1/+1
* Fix failed assertion due to racy memory accessAlex Lapenkou2022-02-171-2/+4
* 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
* Add prof_leak_error optionyunxu2022-01-215-0/+35
* Avoid calculating size of size class twice & delete sc_data_global.Charles2022-01-181-5/+2
* Simplify arena_migrate() to take arena_t* instead of indices.Qi Wang2022-01-112-5/+4
* Fix the extent state checking on the merge error path.Qi Wang2022-01-111-3/+17
* Purge all if the last thread migrated away from an arena.Qi Wang2022-01-061-0/+6