summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add the prof_sys_thread_name feature in the prof_recent unit test.Qi Wang2023-05-114-11/+29
* Make eligible functions `static`Kevin Svetlitski2023-05-085-9/+11
* Disallow decay during reentrancy.Qi Wang2023-04-051-10/+51
* Inline the storage for thread name in prof_tdata_t.Qi Wang2023-04-051-27/+35
* Add a multithreaded test for prof_sys_thread_name.Qi Wang2023-04-051-1/+49
* Explicit arena assignment in test_tcache_max.Qi Wang2023-03-221-0/+7
* Explicit arena assignment in test_thread_idle.Qi Wang2023-03-221-5/+10
* Avoid assuming the arena id in test when percpu_arena is used.Qi Wang2023-03-131-0/+3
* Use asm volatile during benchmarks.guangli-dai2023-02-244-7/+32
* 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