summaryrefslogtreecommitdiffstats
path: root/include/jemalloc/internal
Commit message (Expand)AuthorAgeFilesLines
...
* Fix warning in ipallocrustyx2016-02-201-2/+2
* 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
* 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
* Fix pointer comparision with undefined behavior.Jason Evans2015-09-041-2/+2
* Optimize arena_prof_tctx_set().Jason Evans2015-09-022-10/+23
* Silence compiler warnings for unreachable code.Jason Evans2015-08-201-12/+14
* Rename index_t to szind_t to avoid an existing type on Solaris.Jason Evans2015-08-193-42/+42
* Don't bitshift by negative amounts.Jason Evans2015-08-192-9/+41
* Fix a comment.Jason Evans2015-08-131-1/+1
* Fix gcc build failure (define __has_builtin).Jason Evans2015-08-121-0/+3
* Check whether gcc version supports __builtin_unreachable().Jason Evans2015-08-121-0/+11
* Update list of private symbols.Jason Evans2015-08-121-25/+14
* Refactor arena_mapbits_{small,large}_set() to not preserve unzeroed.Jason Evans2015-08-111-11/+6
* Fix build failure.Jason Evans2015-08-111-1/+1
* Refactor arena_mapbits unzeroed flag management.Jason Evans2015-08-112-15/+12
* Arena chunk decommit cleanups and fixes.Jason Evans2015-08-113-2/+4
* Implement chunk hook support for page run commit/decommit.Jason Evans2015-08-076-66/+100
* work around _FORTIFY_SOURCE false positiveDaniel Micay2015-08-041-0/+3
* MSVC compatibility changesMatthijs2015-08-041-0/+3
* Generalize chunk management hooks.Jason Evans2015-08-047-37/+98
* Implement support for non-coalescing maps on MinGW.Jason Evans2015-07-252-0/+16
* Fix huge_palloc() to handle size rather than usize input.Jason Evans2015-07-241-1/+1
* Fix sa2u() regression.Jason Evans2015-07-241-1/+1
* Leave PRI* macros defined after using them to define FMT*.Jason Evans2015-07-231-11/+0