summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* More conservative setting for /test/unit/background_thread_enable.Qi Wang2023-02-161-6/+3
* Implement prof sample hooks "experimental.hooks.prof_sample(_free)".Qi Wang2022-12-071-15/+179
* Fix dividing 0 error in stress/cpp/microbenchguangli-dai2022-12-062-18/+29
* Inline free and sdallocx into operator deleteGuangli Dai2022-11-211-4/+3
* Benchmark operator deleteguangli-dai2022-11-213-6/+90
* Update the ratio display in benchmarkguangli-dai2022-11-211-1/+1
* Enable fast thread locals for dealloc-only threads.Qi Wang2022-10-251-0/+56
* Fix a bug in C++ integration test.Guangli Dai2022-09-161-2/+1
* Add arena-level name.Guangli Dai2022-09-162-2/+45
* Making jemalloc max stack depth a runtime optionGuangli Dai2022-09-123-2/+3
* Add double free detection using slab bitmap for debug buildGuangli Dai2022-09-061-9/+41
* Add double free detection in thread cache for debug buildIvan Zaitsev2022-08-042-8/+42
* Implement pvalloc replacementAlex Lapenkou2022-05-181-0/+14
* Improve the failure message upon opt_experimental_infallible_new.Qi Wang2022-05-171-2/+2
* Make test/unit/background_thread_enable more conservative.Qi Wang2022-05-041-8/+19
* Avoid abort() in test/integration/cpp/infallible_new_true.Qi Wang2022-04-251-43/+49
* fix some typoscuishuang2022-04-252-2/+2
* Rename zero_realloc option "strict" to "alloc".Qi Wang2022-04-203-5/+5
* Use volatile to workaround buffer overflow false positives.Qi Wang2022-04-041-5/+21
* Add comments and use meaningful vars in sz_psz2ind.Charles2022-03-241-0/+66
* Fix size class calculation for secAlex Lapenkou2022-03-221-0/+1
* Avoid overflow warnings in test/unit/safety_check.Qi Wang2022-01-271-6/+13
* Add prof_leak_error optionyunxu2022-01-211-0/+1
* Lower the num_threads in the stress test of test/unit/prof_recentQi Wang2022-01-111-1/+1
* Add background thread sleep retry in test/unit/hpa_background_threadQi Wang2022-01-071-4/+12
* Fix test config of lg_san_uaf_align.Qi Wang2022-01-045-5/+17
* Rename san_enabled() to san_guard_enabled().Qi Wang2021-12-292-3/+3
* Add stats for stashed bytes in tcache.Qi Wang2021-12-293-9/+51
* Implement use-after-free detection using junk and stash.Qi Wang2021-12-297-21/+380
* Fix shadowed variable usage.Qi Wang2021-12-2311-58/+58
* Add the profiling settings for tests explicit.Qi Wang2021-12-2213-11/+26
* Fix the time-since computation in HPA.Qi Wang2021-12-211-0/+7
* Add nstime_ns_since which obtains the duration since the input time.Qi Wang2021-12-211-0/+28
* Fix base_ehooks_get_for_metadatamweisgut2021-12-201-1/+30
* San: Bump alloc frequently reused guarded allocationsAlex Lapenkou2021-12-151-10/+12
* Pass 'frequent_reuse' hint to PAIAlex Lapenkou2021-12-152-33/+37
* Rename 'arena_decay' to 'arena_util'Alex Lapenkou2021-12-154-3/+3
* San: Implement bump allocAlex Lapenkou2021-12-154-16/+127
* San: Avoid running san tests with prof enabledAlex Lapenkou2021-12-151-0/+4
* San: Rename 'guard' to 'san'Alex Lapenkou2021-12-155-4/+4
* Fix uninitialized nstime reading / updating on the stack in hpa.Qi Wang2021-11-161-1/+1
* Optimize away the tsd_fast() check on free fastpath.Qi Wang2021-10-281-0/+7
* Redefine functions with test hooks only for testsAlex Lapenkou2021-10-151-1/+1
* Initialize deferred_work_generatedAlex Lapenkou2021-10-073-20/+14
* Darwin malloc_size override support proposal.David CARLIER2021-10-019-10/+15
* Small refactors around 7bb05e0.Qi Wang2021-09-272-12/+12
* Implement guard pages.Qi Wang2021-09-2611-178/+434
* add experimental.arenas_create_ext mallctlPiotr Balcer2021-09-247-14/+72
* Allow setting a dump hookAlex Lapenkou2021-09-221-3/+111
* Allow setting custom backtrace hookAlex Lapenkou2021-09-223-7/+74