summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Document 'make uninstall'Alex Lapenkou2022-01-311-0/+4
| * Avoid overflow warnings in test/unit/safety_check.Qi Wang2022-01-271-6/+13
| * 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
| * Disable TravisCI jobs generation for WindowsAlex Lapenkou2022-01-262-25/+1
| * Add Windows to TravisCIAlex Lapenkou2022-01-266-176/+376
| * Add prof_leak_error optionyunxu2022-01-218-0/+56
| * Forbid spaces in prefix and exec_prefixAlex Lapenkou2022-01-191-6/+8
| * Forbid spaces in install suffixAlex Lapenkou2022-01-191-1/+4
| * Add support for 'make uninstall'Shuduo Sang2022-01-191-0/+42
| * Echo installed files via verbose 'install' commandAlex Lapenkou2022-01-191-13/+7
| * Avoid calculating size of size class twice & delete sc_data_global.Charles2022-01-181-5/+2
| * Fix doc build with install-suffix.Qi Wang2022-01-111-3/+9
| * Fix the HELP_STRING of --enable-doc.Qi Wang2022-01-111-1/+1
| * Simplify arena_migrate() to take arena_t* instead of indices.Qi Wang2022-01-114-7/+6
| * Lower the num_threads in the stress test of test/unit/prof_recentQi Wang2022-01-111-1/+1
| * Fix the extent state checking on the merge error path.Qi Wang2022-01-111-3/+17
| * FreeBSD also needs the OS-X "don't declare system functions asCraig Leres2022-01-111-1/+1
| * Use the isb instruction instead of yield for spin locks on armJonathan Swinney2022-01-101-7/+8
| * Add background thread sleep retry in test/unit/hpa_background_threadQi Wang2022-01-071-4/+12
| * Purge all if the last thread migrated away from an arena.Qi Wang2022-01-061-0/+6
| * #include <features.h> as requestedYuriy Chernyshov2022-01-051-0/+2
| * Fix symbol conflict with musl libcYuriy Chernyshov2022-01-051-1/+1
| * Fix two conversion warnings in tcache.Qi Wang2022-01-041-2/+6
| * Fix unnecessary returns in san_(un)guard_pages_two_sided.Qi Wang2022-01-041-3/+2
| * Fix test config of lg_san_uaf_align.Qi Wang2022-01-045-5/+17
| * 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-293-4/+4
| * Fix a conversion warning.Qi Wang2021-12-291-2/+4
| * Fix an used-uninitialized warning (false positive).Qi Wang2021-12-291-1/+2
| * Add stats for stashed bytes in tcache.Qi Wang2021-12-299-36/+112
| * Implement use-after-free detection using junk and stash.Qi Wang2021-12-2922-42/+793
| * Split the core logic of tcache flush into a separate function.Qi Wang2021-12-291-16/+24
| * Fix shadowed variable usage.Qi Wang2021-12-2326-120/+119
| * Add the profiling settings for tests explicit.Qi Wang2021-12-2213-11/+26
| * Fix warnings when using autoheader.Joshua Watt2021-12-221-135/+136
| * Only invoke malloc_cpu_count_is_deterministic() when necessary.Qi Wang2021-12-221-22/+29
| * Fix the time-since computation in HPA.Qi Wang2021-12-214-15/+22
| * Add nstime_ns_since which obtains the duration since the input time.Qi Wang2021-12-213-0/+42
| * Disable percpu arena in case of non deterministic CPU countAzat Khuzhin2021-12-211-1/+55
| * Fix base_ehooks_get_for_metadatamweisgut2021-12-203-10/+41
| * Update visual studio projectsAlex Lapenkov2021-12-154-12/+56
| * San: Create a function for committing and zeroingAlex Lapenkou2021-12-153-34/+41
| * San: Bump alloc frequently reused guarded allocationsAlex Lapenkou2021-12-1510-56/+106
| * Pass 'frequent_reuse' hint to PAIAlex Lapenkou2021-12-158-48/+60
| * Rename 'arena_decay' to 'arena_util'Alex Lapenkou2021-12-154-3/+3
| * San: Implement bump allocAlex Lapenkou2021-12-1515-107/+521
| * San: Avoid running san tests with prof enabledAlex Lapenkou2021-12-151-0/+4
| * San: Rename 'guard' to 'san'Alex Lapenkou2021-12-1516-33/+35
| * CI: Refactor gen_travis.pyAlex Lapenkou2021-12-062-171/+254