summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Remove obsolete type arena_chunk_miscelms_t.Jason Evans2015-02-181-1/+0
* Simplify extent_node_t and add extent_node_init().Jason Evans2015-02-176-43/+39
* Integrate whole chunks into unused dirty page purging machinery.Jason Evans2015-02-1712-249/+632
* Remove more obsolete (incorrect) assertions.Jason Evans2015-02-161-2/+0
* Remove obsolete (incorrect) assertions.Jason Evans2015-02-162-23/+24
* Fix --enable-debug regression.Jason Evans2015-02-161-0/+3
* Normalize *_link and link_* fields to all be *_link.Jason Evans2015-02-164-13/+12
* Remove redundant tcache_boot() call.Jason Evans2015-02-151-2/+0
* If MALLOCX_ARENA(a) is specified, use it during tcache fill.Jason Evans2015-02-133-36/+37
* Take into account the install suffix that jemalloc was built with in the pkg-...Abhishek Kulkarni2015-02-131-1/+2
* Put VERSION file in object directoryDan McGregor2015-02-132-12/+16
* Build docs in object directoryDan McGregor2015-02-131-4/+4
* Make prof_tctx accesses atomic.Jason Evans2015-02-121-4/+10
* Refactor huge_*() calls into arena internals.Jason Evans2015-02-124-225/+236
* add missing check for new_addr chunk sizeDaniel Micay2015-02-121-1/+1
* Move centralized chunk management into arenas.Jason Evans2015-02-1226-555/+394
* Update ckh to support metadata allocation tracking.Jason Evans2015-02-121-9/+11
* Fix a regression in tcache_bin_flush_small().Jason Evans2015-02-121-1/+1
* Remove unnecessary xchg* lock prefixes.Jason Evans2015-02-111-2/+2
* Test and fix tcache ID recycling.Jason Evans2015-02-102-1/+13
* Implement explicit tcache support.Jason Evans2015-02-1016-337/+740
* Fix arena_get() for (!init_if_missing && refresh_if_missing) case.Jason Evans2015-02-101-4/+1
* Refactor rtree to be lock-free.Jason Evans2015-02-057-224/+379
* Add (x != 0) assertion to lg_floor(x).Jason Evans2015-02-051-6/+14
* Refactor base_alloc() to guarantee demand-zeroed memory.Jason Evans2015-02-055-68/+104
* Reduce extent_node_t size to fit in one cache line.Jason Evans2015-02-051-5/+11
* Implement more atomic operations.Jason Evans2015-02-053-112/+446
* Fix chunk_recycle()'s new_addr functionality.Jason Evans2015-02-051-2/+6
* Add missing prototypes for bootstrap_{malloc,calloc,free}().Jason Evans2015-02-051-1/+3
* Fix shell test to use = instead of ==.Jason Evans2015-02-051-1/+1
* Make opt.lg_dirty_mult work as documentedMike Hommey2015-02-031-0/+2
* util.c: strerror_r returns char* only on glibcFelix Janda2015-02-031-1/+1
* Implement the prof.gdump mallctl.Jason Evans2015-01-267-10/+133
* Fix quoting for CONFIG-related sed expression.Jason Evans2015-01-261-1/+1
* Avoid pointless chunk_recycle() call.Jason Evans2015-01-261-21/+29
* add openbsd supportSébastien Marie2015-01-251-0/+5
* huge_node_locked don't have to unlock huge_mtxSébastien Marie2015-01-251-1/+0
* Implement metadata statistics.Jason Evans2015-01-2418-167/+356
* Use the correct type for opt.junk when printing stats.Guilherme Goncalves2015-01-231-1/+1
* Implement the jemalloc-config script.Jason Evans2015-01-234-4/+89
* Update copyright dates for 2015.Jason Evans2015-01-231-2/+2
* Document under what circumstances in-place resizing succeeds.Jason Evans2015-01-221-0/+16
* Refactor bootstrapping to delay tsd initialization.Jason Evans2015-01-226-125/+203
* Fix arenas_cache_cleanup().Jason Evans2015-01-221-1/+1
* Add missing symbols to private_symbols.txt.Abhishek Kulkarni2015-01-211-0/+4
* Fix OOM handling in memalign() and valloc().Jason Evans2015-01-171-2/+4
* Fix an infinite recursion bug related to a0/tsd bootstrapping.Jason Evans2015-01-151-1/+3
* Add a isblank definition for MSVC < 2013Guilherme Goncalves2015-01-091-0/+8
* Make mixed declarations an errorMike Hommey2014-12-181-0/+1
* Move variable declaration to the top its block for MSVC compatibility.Guilherme Goncalves2014-12-171-2/+2