aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove unnecessary source filesYinan Zhang2020-06-191-3/+0
* Add thread.peak.[read|reset] mallctls.David Goldblatt2020-06-111-0/+1
* Add peak_t, for tracking allocator net max.David Goldblatt2020-06-111-0/+1
* Add a small program to print data structure sizes.David Goldblatt2020-06-111-1/+2
* Add a fill/flush microbenchmark.David Goldblatt2020-05-161-0/+1
* Add a benchmark of large allocations.David Goldblatt2020-05-041-0/+1
* PA: Simple decay test.David Goldblatt2020-04-101-0/+1
* PA: Add pa_extra.c and put PA forking there.David Goldblatt2020-04-101-0/+1
* Decay: Add a (mostly stub) test case.David Goldblatt2020-04-101-0/+1
* Rename test/unit/decay -> test/unit/arena_decay.David Goldblatt2020-04-101-1/+1
* Decay: Introduce a stub .c file.David Goldblatt2020-04-101-0/+1
* Add a stub PA module -- a page allocator.David Goldblatt2020-04-101-0/+1
* Add malloc_conf_2_conf_harderDavid T. Goldblatt2020-03-311-0/+1
* Add option to fetch system thread name on each prof sampleYinan Zhang2020-03-241-0/+1
* Edata cache: add a unit test.David Goldblatt2020-03-121-0/+1
* Cache_bin: Shouldn't know about tcache.David Goldblatt2020-03-121-0/+1
* Add emap, for tracking extent locking.David Goldblatt2020-02-171-0/+1
* Implement opt.stats_interval and the _opts options.Qi Wang2020-01-291-0/+1
* Chagne prof_accum_t to counter_accum_t for general purpose.Qi Wang2020-01-291-0/+1
* Restructure and correct sleep utility for testingYinan Zhang2020-01-211-1/+1
* Make buffered writer an independent moduleYinan Zhang2020-01-101-0/+1
* Last-N profiling modeYinan Zhang2019-12-301-0/+2
* Move extent2 -> extent.David Goldblatt2019-12-201-1/+1
* Extent refactor: Introduce ecache module.David Goldblatt2019-12-201-0/+1
* Pull out edata_t caching into its own module.David Goldblatt2019-12-201-0/+1
* Rename extent.h -> edata.h.David Goldblatt2019-12-201-1/+1
* Extents: Split out introspection functionality.David Goldblatt2019-12-201-1/+2
* Make extent module hermetic.David Goldblatt2019-12-201-0/+1
* Add ehooks moduleDavid Goldblatt2019-12-201-0/+1
* Fix a typo in Makefile.Qi Wang2019-11-111-1/+1
* Build a general purpose thread event handlerYinan Zhang2019-11-041-4/+6
* Add stats counters for number of zero reallocsDavid T. Goldblatt2019-10-291-1/+2
* Realloc: Make behavior of realloc(ptr, 0) configurable.David T. Goldblatt2019-10-291-1/+4
* Eset: Add a source file.David T. Goldblatt2019-09-231-0/+1
* Extents: Split out extent struct.David T. Goldblatt2019-09-231-0/+1