summaryrefslogtreecommitdiff
path: root/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* Makefile.in: link with g++ when cxx enabledbarracuda1562023-02-211-0/+4
* Benchmark operator deleteguangli-dai2022-11-211-4/+12
* Disable builtin malloc in testsdivanorama2022-10-031-0/+2
* Revert "Echo installed files via verbose 'install' command"Alex Lapenkou2022-06-071-7/+13
* Rename zero_realloc option "strict" to "alloc".Qi Wang2022-04-201-1/+1
* Add comments and use meaningful vars in sz_psz2ind.Charles2022-03-241-0/+1
* Add support for 'make uninstall'Shuduo Sang2022-01-191-0/+42
* Echo installed files via verbose 'install' commandAlex Lapenkou2022-01-191-13/+7
* Fix doc build with install-suffix.Qi Wang2022-01-111-3/+9
* Implement use-after-free detection using junk and stash.Qi Wang2021-12-291-0/+1
* San: Implement bump allocAlex Lapenkou2021-12-151-0/+2
* San: Rename 'guard' to 'san'Alex Lapenkou2021-12-151-2/+2
* Implement guard pages.Qi Wang2021-09-261-0/+2
* Allow setting custom backtrace hookAlex Lapenkou2021-09-221-0/+1
* Makefile.in: make sure doc generated before installMingli Yu2021-09-131-3/+3
* Remove hpa_central.David Goldblatt2021-07-231-2/+0
* HPA: Pull out a hooks type.David Goldblatt2021-07-121-0/+1
* HPA: Do deferred operations on background threads.David Goldblatt2021-07-121-0/+1
* mpsc_queue: Add module.David Goldblatt2021-06-241-0/+1
* Add opt.experimental_infallible_new.David Goldblatt2021-06-241-1/+3
* Clean up some minor data structure inconsistenciesDavid Goldblatt2021-05-121-1/+1
* Delete the mutex_pool module.Qi Wang2021-03-291-1/+0
* PAI/SEC: Add a dalloc_batch function.David Goldblatt2021-02-191-0/+1
* Add ticker_geom_t.David Goldblatt2021-02-041-1/+3
* Track per size class internal fragmentationYinan Zhang2021-01-071-0/+2
* hpdata: Add a test.David Goldblatt2020-12-071-0/+1
* Introduce hpdata_t.David Goldblatt2020-12-071-0/+1
* Add fxp: A fixed-point math library.David Goldblatt2020-12-041-0/+2
* Add a per-arena oversize_threshold.David Goldblatt2020-11-131-0/+1
* Rename geom_grow -> exp_grow.David Goldblatt2020-11-131-1/+1
* Allow opt.tcache_max to accept small size classes.Qi Wang2020-10-241-0/+1
* Add SEC module: a small extent cache.David Goldblatt2020-10-231-0/+2
* HPA: Tie components into a PAI implementation.David Goldblatt2020-10-231-0/+2
* Eagerly detect double free and sized dealloc bugs for large sizes.Qi Wang2020-10-151-1/+1
* Add hpa_central moduleDavid Goldblatt2020-10-051-0/+2
* Add psset: a set of pageslabs.David Goldblatt2020-09-181-0/+2
* Rename ecache_grow -> geom_grow.David Goldblatt2020-08-191-0/+1
* Add a mallctl speed stress test.David Goldblatt2020-08-131-0/+1
* Makefile: alphabetize stress/analyze utilities.David Goldblatt2020-08-131-6/+7
* Add sized-delete size-checking functionality.David Goldblatt2020-08-051-0/+1
* Add a simple utility to detect profiling bias.David Goldblatt2020-08-051-1/+2
* Add a stress test for batch allocationYinan Zhang2020-08-031-1/+2
* Add batch allocation APIYinan Zhang2020-07-311-1/+3
* Add flat_bitmap.David Goldblatt2020-07-301-0/+1
* PAC: Add an init function.David Goldblatt2020-07-091-0/+1
* Create prof_sys module for reading system thread nameYinan Zhang2020-06-291-0/+1
* Push error handling logic out of core dumping logicYinan Zhang2020-06-291-0/+1
* Move size inspections to test/analyzeYinan Zhang2020-06-261-3/+3
* Add a tool to examine random number distributionsYinan Zhang2020-06-261-5/+28
* Improve naming for prof system thread name optionYinan Zhang2020-06-241-1/+1