summaryrefslogtreecommitdiffstats
path: root/include/jemalloc
Commit message (Expand)AuthorAgeFilesLines
...
* Refactor arenas array (fixes deadlock).Jason Evans2016-02-254-26/+30
* Attempt mmap-based in-place huge reallocation.Jason Evans2016-02-251-2/+2
* Fix ffs_zu() compilation error on MinGW.Jason Evans2016-02-241-3/+5
* Silence miscellaneous 64-to-32-bit data loss warnings.Jason Evans2016-02-244-11/+16
* Change lg_floor() return type from size_t to unsigned.Jason Evans2016-02-242-17/+18
* Make opt_narenas unsigned rather than size_t.Jason Evans2016-02-241-1/+1
* Make nhbins unsigned rather than size_t.Jason Evans2016-02-241-1/+1
* Refactor jemalloc_ffs*() into ffs_*().Jason Evans2016-02-246-37/+68
* Fix Windows build issuesDmitri Smirnov2016-02-241-2/+1
* Collapse arena_avail_tree_* into arena_run_tree_*.Jason Evans2016-02-241-2/+1
* Separate arena_avail treesDave Watson2016-02-241-6/+6
* Remove rbt_nilDave Watson2016-02-241-90/+64
* Use table lookup for run_quantize_{floor,ceil}().Jason Evans2016-02-232-1/+2
* Test run quantization.Jason Evans2016-02-222-0/+8
* Indentation style cleanup.Jason Evans2016-02-221-13/+13
* Refactor time_* into nstime_*.Jason Evans2016-02-225-59/+68
* Remove _WIN32-specific struct timespec declaration.Jason Evans2016-02-211-6/+0
* Fix overflow in prng_range().Jason Evans2016-02-214-5/+27
* Add symbol mangling for prng_[lg_]range().Jason Evans2016-02-201-0/+2
* Fix warning in ipallocrustyx2016-02-201-2/+2
* Detect LG_SIZEOF_PTR depending on MSVC platform targetrustyx2016-02-201-0/+8
* Fix a typo in the ckh_search() prototype.Christopher Ferris2016-02-201-1/+1
* Handle unaligned keys in hash().Jason Evans2016-02-201-1/+17
* Implement decay-based unused dirty page purging.Jason Evans2016-02-207-23/+142
* Implement smoothstep table generation.Jason Evans2016-02-203-0/+365
* Refactor arenas_cache tsd.Jason Evans2016-02-204-28/+53
* Refactor arena_malloc_hard() out of arena_malloc().Jason Evans2016-02-202-16/+8
* Refactor prng* from cpp macros into inline functions.Jason Evans2016-02-205-36/+80
* Use ticker for incremental tcache GC.Jason Evans2016-02-201-4/+2
* Implement ticker.Jason Evans2016-02-203-0/+82
* Flesh out time_*() API.Jason Evans2016-02-202-2/+28
* Add time_update().Cameron Evans2016-02-204-0/+35
* Add --with-malloc-conf.Jason Evans2016-02-202-0/+4
* Fix arena_sdalloc() line wrapping.Jason Evans2016-02-201-5/+8
* Tweak code to allow compilation of concatenated src/*.c sources.Jason Evans2015-11-122-43/+46
* Fix a comment.Jason Evans2015-11-121-1/+1
* Fast-path improvement: reduce # of branches and unnecessary operations.Qi Wang2015-11-104-97/+150
* Add function to destroy treeJoshua Kahn2015-11-091-1/+40
* Allow const keys for lookupJoshua Kahn2015-11-092-11/+11
* Assert compact color bit is unusedSteve Dougherty2015-11-091-1/+10
* use correct macro definitions for clang-clNathan Froyd2015-11-091-26/+26
* Fix a xallocx(..., MALLOCX_ZERO) bug.Jason Evans2015-09-251-0/+4
* Fix tsd_boot1() to use explicit 'void' parameter list.Craig Rodrigues2015-09-211-4/+4
* Address portability issues on Solaris.Jason Evans2015-09-151-1/+1
* Resolve an unsupported special case in arena_prof_tctx_set().Jason Evans2015-09-154-3/+52
* Fix prof_{malloc,free}_sample_object() call order in prof_realloc().Jason Evans2015-09-151-3/+8
* Make one call to prof_active_get_unlocked() per allocation event.Jason Evans2015-09-151-8/+10
* Rename arena_maxclass to large_maxclass.Jason Evans2015-09-123-4/+4
* Fix xallocx() bugs.Jason Evans2015-09-124-6/+10
* Fix "prof.reset" mallctl-related corruption.Jason Evans2015-09-101-2/+3