summaryrefslogtreecommitdiffstats
path: root/include/jemalloc
Commit message (Expand)AuthorAgeFilesLines
* Make the default option of zero realloc match the system allocator.Qi Wang2022-05-061-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-251-1/+1
* Add comments and use meaningful vars in sz_psz2ind.Charles2022-03-242-9/+40
* Implement PAGE_FLOOR macroAlex Lapenkou2022-03-231-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-221-0/+1
* Simplify arena_migrate() to take arena_t* instead of indices.Qi Wang2022-01-122-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
* Rename san_enabled() to san_guard_enabled().Qi Wang2021-12-291-1/+1
* Fix a conversion warning.Qi Wang2021-12-291-2/+4
* Add stats for stashed bytes in tcache.Qi Wang2021-12-292-18/+41
* Implement use-after-free detection using junk and stash.Qi Wang2021-12-297-16/+211
* Fix shadowed variable usage.Qi Wang2021-12-234-7/+6
* Fix the time-since computation in HPA.Qi Wang2021-12-221-0/+1
* Add nstime_ns_since which obtains the duration since the input time.Qi Wang2021-12-221-0/+1
* Fix base_ehooks_get_for_metadatamweisgut2021-12-201-2/+3
* San: Create a function for committing and zeroingAlex Lapenkou2021-12-151-1/+3
* San: Bump alloc frequently reused guarded allocationsAlex Lapenkou2021-12-154-3/+33
* Pass 'frequent_reuse' hint to PAIAlex Lapenkou2021-12-151-4/+5
* San: Implement bump allocAlex Lapenkou2021-12-155-6/+87
* San: Rename 'guard' to 'san'Alex Lapenkou2021-12-152-7/+8
* Mark slab as true on sized dealloc fast path.Qi Wang2021-12-061-3/+8
* freebsd 14 build fix proposal.David CARLIER2021-12-061-0/+4
* Track the initialized state of nstime_t on debug build.Qi Wang2021-11-171-1/+10
* Fix uninitialized nstime reading / updating on the stack in hpa.Qi Wang2021-11-171-1/+1
* San: Unguard guarded slabs during arena destructionAlex Lapenkou2021-11-041-1/+8
* Optimize away a branch on the free fastpath.Qi Wang2021-10-281-19/+24
* Optimize away the tsd_fast() check on free fastpath.Qi Wang2021-10-285-23/+27
* Remove declaration of an undefined functionAshutosh Grewal2021-10-181-2/+0
* Add new architecture loongarch.Wang JinLong2021-10-181-0/+3
* Redefine functions with test hooks only for testsAlex Lapenkou2021-10-151-9/+14
* Darwin malloc_size override support proposal.David CARLIER2021-10-012-0/+9
* Small refactors around 7bb05e0.Qi Wang2021-09-273-6/+5
* Remove unused header base_structs.h.Qi Wang2021-09-271-62/+0
* Implement guard pages.Qi Wang2021-09-2611-12/+169
* add experimental.arenas_create_ext mallctlPiotr Balcer2021-09-246-4/+28
* Allow setting a dump hookAlex Lapenkou2021-09-222-5/+8
* Allow setting custom backtrace hookAlex Lapenkou2021-09-224-2/+22
* Remove opt_background_thread_hpa_interval_max_msAlex Lapenkou2021-09-171-3/+0
* Wake up background threads on demandAlex Lapenkou2021-09-176-27/+43
* HPA: Add min_purge_interval_ms optionAlex Lapenkou2021-09-171-1/+8
* Allow PAI to calculate time until deferred workAlex Lapenkou2021-09-177-15/+46
* HPA: Correctly calculate retained pagesAlex Lapenkou2021-08-211-1/+1
* Rename prof.dump_prefix to prof.prefixQi Wang2021-08-131-1/+1