summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Allow overriding `LG_PAGE`HEADdevKevin Svetlitski2023-05-172-0/+18
* Remove dead stores detected by static analysisKevin Svetlitski2023-05-111-2/+1
* Add config detection for JEMALLOC_HAVE_PTHREAD_SET_NAME_NP.Qi Wang2023-05-111-0/+3
* Make eligible functions `static`Kevin Svetlitski2023-05-081-2/+0
* Make `edata_cmp_summary_comp` 30% fasterKevin Svetlitski2023-05-041-16/+19
* Some nits in cache_bin.hAmaury Séchet2023-05-011-4/+4
* Remove locked flag set in malloc_mutex_trylockguangli-dai2023-04-061-1/+0
* Disallow decay during reentrancy.Qi Wang2023-04-052-11/+25
* Rearrange the bools in prof_tdata_t to save some bytes.Qi Wang2023-04-051-3/+3
* Inline the storage for thread name in prof_tdata_t.Qi Wang2023-04-054-4/+40
* Simplify the logic in ph_removeAmaury Séchet2023-03-311-44/+20
* Do not maintain root->prev in ph_remove.Amaury Séchet2023-03-311-3/+0
* Simplify the logic in ph_insertAmaury Séchet2023-03-311-29/+30
* Fix the rdtscp detection bug and add prefix for the macro.guangli-dai2023-03-232-1/+7
* Fix exception specification error for hosts using musl libcMarvin Schmidt2023-03-161-1/+1
* Remove unused mutex from hpa_centralAmaury Séchet2023-03-101-5/+0
* Use asm volatile during benchmarks.guangli-dai2023-02-241-0/+3
* Implement prof sample hooks "experimental.hooks.prof_sample(_free)".Qi Wang2022-12-073-3/+17
* Inline free and sdallocx into operator deleteGuangli Dai2022-11-213-6/+227
* Add a configure option --enable-force-getenv.Qi Wang2022-11-041-0/+6
* Enable fast thread locals for dealloc-only threads.Qi Wang2022-10-251-0/+4
* 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
* fix build for non linux/BSD platforms.David Carlier2022-10-031-0/+3
* Add arena-level name.Guangli Dai2022-09-163-0/+7
* Making jemalloc max stack depth a runtime optionGuangli Dai2022-09-123-2/+8
* Refactor the remote / cross thread cache bin stats readingGuangli Dai2022-09-061-50/+50
* Add double free detection using slab bitmap for debug buildGuangli Dai2022-09-061-16/+55
* Add double free detection in thread cache for debug buildIvan Zaitsev2022-08-043-0/+37
* enabled percpu_arena settings on macOs.David CARLIER2022-07-191-1/+1
* OpenBSD build fix. still no cpu affinity.David Carlier2022-07-192-2/+2
* New configure option '--enable-pageid' for LinuxDavid Carlier2022-06-091-0/+6
* Implement malloc_getcpu for amd64 and arm64 macOSDavid Carlier2022-06-081-0/+9
* jemalloc: fix PowerPC definitions in quantum.hbarracuda1562022-05-261-1/+1
* Implement pvalloc replacementAlex Lapenkou2022-05-184-0/+9
* Fix compiling edata.h with MSVCYuriy Chernyshov2022-05-091-2/+4
* Make the default option of zero realloc match the system allocator.Qi Wang2022-05-051-0/+3
* Avoid abort() in test/integration/cpp/infallible_new_true.Qi Wang2022-04-251-1/+4
* fix some typoscuishuang2022-04-254-4/+4
* Rename zero_realloc option "strict" to "alloc".Qi Wang2022-04-201-1/+1
* 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-242-9/+40
* Implement PAGE_FLOOR macroAlex Lapenkou2022-03-221-0/+3
* Fix FreeBSD system jemalloc TSD cleanupAlex Lapenkov2022-03-024-4/+7
* Fix failed assertion due to racy memory accessAlex Lapenkou2022-02-171-16/+59
* Add prof_leak_error optionyunxu2022-01-211-0/+1
* Simplify arena_migrate() to take arena_t* instead of indices.Qi Wang2022-01-112-2/+2
* FreeBSD also needs the OS-X "don't declare system functions asCraig Leres2022-01-111-1/+1
* Fix unnecessary returns in san_(un)guard_pages_two_sided.Qi Wang2022-01-041-3/+2
* Rename full_position to low_bound in cache_bin.h.Qi Wang2021-12-291-12/+24