summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Convert arena->prof_accumbytes synchronization to atomics.Jason Evans2017-02-163-15/+19
* Convert arena->dss_prec synchronization to atomics.Jason Evans2017-02-162-14/+7
* Do not generate unused tsd_*_[gs]et() functions.Jason Evans2017-02-131-1/+1
* Fix extent_alloc_dss() regression.Jason Evans2017-02-101-19/+29
* Replace spin_init() with SPIN_INITIALIZER.Jason Evans2017-02-092-5/+2
* Remove rtree support for 0 (NULL) keys.Jason Evans2017-02-091-10/+8
* Determine rtree levels at compile time.Jason Evans2017-02-092-111/+28
* Remove rtree leading 0 bit optimization.Jason Evans2017-02-091-53/+12
* Make non-essential inline rtree functions static functions.Jason Evans2017-02-091-8/+69
* Split rtree_elm_lookup_hard() out of rtree_elm_lookup().Jason Evans2017-02-091-0/+105
* Fix extent_record().Jason Evans2017-02-071-18/+33
* Fix a race in extent_grow_retained().Jason Evans2017-02-041-9/+14
* Optimize compute_size_with_overflow().Jason Evans2017-02-041-5/+16
* Fix compute_size_with_overflow().Jason Evans2017-02-041-1/+1
* Disentangle arena and extent locking.Jason Evans2017-02-026-531/+551
* Fix/refactor tcaches synchronization.Jason Evans2017-02-023-14/+79
* Add witness_assert_depth[_to_rank]().Jason Evans2017-02-021-8/+9
* Synchronize extent_grow_next accesses.Jason Evans2017-02-021-3/+15
* Call prof_gctx_create() without owing bt2gctx_mtx.Jason Evans2017-02-021-12/+29
* Conditionalize prof fork handling on config_prof.Jason Evans2017-02-021-4/+4
* Handle race in stats_arena_bins_printQi Wang2017-02-011-2/+11
* Fix a bug in which a potentially invalid usize replaced sizeDavid Goldblatt2017-01-251-3/+3
* Avoid redeclaring glibc's secure_getenvTamir Duberstein2017-01-251-4/+6
* Replace tabs following #define with spaces.Jason Evans2017-01-2127-159/+159
* Remove extraneous parens around return arguments.Jason Evans2017-01-2120-579/+574
* Update brace style.Jason Evans2017-01-2122-1748/+1670
* Unify the allocation pathsDavid Goldblatt2017-01-201-392/+505
* Fix --disable-stats support.Jason Evans2017-01-202-164/+200
* Test JSON output of malloc_stats_print() and fix bugs.Jason Evans2017-01-191-28/+37
* Added stats about number of bytes cached in tcache currently.Qi Wang2017-01-183-0/+37
* Add dummy implementations for most remaining OSX zone allocator functionsMike Hommey2017-01-181-10/+108
* Don't rely on OSX SDK malloc/malloc.h for malloc_zone struct definitionsMike Hommey2017-01-181-36/+86
* Fix prof_realloc() regression.Jason Evans2017-01-171-40/+123
* Formatting/comment fixes.Jason Evans2017-01-172-3/+2
* Add nullptr support to sized delete operators.Jason Evans2017-01-171-0/+6
* Fix style nits.Jason Evans2017-01-171-19/+18
* Remove redundent stats-merging logic when destroying tcache.Qi Wang2017-01-171-11/+4
* Remove leading blank lines from function bodies.Jason Evans2017-01-1321-257/+0
* Fix indentation.Jason Evans2017-01-132-4/+4
* Implement arena.<i>.destroy .Jason Evans2017-01-075-96/+315
* Replace the arenas.initialized mallctl with arena.<i>.initialized .Jason Evans2017-01-072-33/+33
* Range-check mib[1] --> arena_ind casts.Jason Evans2017-01-071-7/+22
* Move static ctl_epoch variable into ctl_stats_t (as epoch).Jason Evans2017-01-071-4/+3
* Refactor ctl_stats_t.Jason Evans2017-01-071-58/+91
* Rename the arenas.extend mallctl to arenas.create.Jason Evans2017-01-072-4/+4
* Add MALLCTL_ARENAS_ALL.Jason Evans2017-01-072-77/+123
* Fix locking in arena_dirty_count().Jason Evans2017-01-071-1/+3
* Fix allocated_large stats with respect to sampled small allocations.Jason Evans2017-01-071-6/+18
* Fix arena_large_reset_stats_cancel().Jason Evans2017-01-051-1/+1
* Implement per arena base allocators.Jason Evans2016-12-279-202/+418