summaryrefslogtreecommitdiff
path: root/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Redesign the cache bin metadata for fast path.Qi Wang2019-08-191-0/+1
* Add buffered writerYinan Zhang2019-08-091-0/+1
* Refactor profilingYinan Zhang2019-08-071-0/+1
* Refactor prof logYinan Zhang2019-08-071-0/+1
* Revert "Refactor prof log"Qi Wang2019-07-291-1/+0
* Revert "Refactor profiling"Qi Wang2019-07-291-1/+0
* Refactor profilingYinan Zhang2019-07-291-0/+1
* Refactor prof logYinan Zhang2019-07-291-0/+1
* configure.ac: Add an option to disable docFabrice Fontaine2019-04-231-1/+6
* Safety checks: Add a redzoning feature.David Goldblatt2019-04-151-0/+1
* Safety checks: Indirect through a function.David Goldblatt2019-04-151-0/+1
* Separate tests for extent utilization APIYinan Zhang2019-04-101-0/+1
* Add build_doc by default.Qi Wang2019-02-081-1/+16
* Replace -lpthread with -pthreadFaidon Liambotis2019-01-091-1/+1
* Add --{enable,disable}-{static,shared} to configure scriptJohn Ericson2018-12-191-2/+15