summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete stats.arenas.<i>.metadata.mapped mallctl.Jason Evans2016-06-068-73/+34
* Better document --enable-ivsalloc.Jason Evans2016-06-063-6/+14
* Rename most remaining *chunk* APIs to *extent*.Jason Evans2016-06-0619-1159/+1151
* s/chunk_lookup/extent_lookup/g, s/chunks_rtree/extents_rtree/gJason Evans2016-06-068-44/+55
* s/CHUNK_HOOKS_INITIALIZER/EXTENT_HOOKS_INITIALIZER/gJason Evans2016-06-065-16/+16
* Rename chunks_{cached,retained,mtx} to extents_{cached,retained,mtx}.Jason Evans2016-06-064-34/+35
* Rename chunk_*_t hooks to extent_*_t.Jason Evans2016-06-063-126/+129
* s/chunk_hook/extent_hook/gJason Evans2016-06-0612-191/+200
* Rename huge to large.Jason Evans2016-06-0637-626/+587
* Update private symbols.Jason Evans2016-06-062-13/+21
* Move slabs out of chunks.Jason Evans2016-06-0621-2327/+591
* Improve interval-based profile dump triggering.Jason Evans2016-06-062-1/+15
* Use huge size class infrastructure for large size classes.Jason Evans2016-06-0634-1975/+459
* Implement cache-oblivious support for huge size classes.Jason Evans2016-06-0312-170/+298
* Allow chunks to not be naturally aligned.Jason Evans2016-06-0311-268/+105
* Remove CHUNK_ADDR2BASE() and CHUNK_ADDR2OFFSET().Jason Evans2016-06-036-183/+190
* Make extent_prof_tctx_[gs]et() atomic.Jason Evans2016-06-031-3/+7
* Add extent_dirty_[gs]et().Jason Evans2016-06-036-10/+34
* Convert rtree from per chunk to per page.Jason Evans2016-06-035-52/+94
* Refactor chunk_purge_wrapper() to take extent argument.Jason Evans2016-06-034-12/+10
* Refactor chunk_[de]commit_wrapper() to take extent arguments.Jason Evans2016-06-033-16/+14
* Refactor chunk_dalloc_{cache,wrapper}() to take extent arguments.Jason Evans2016-06-0310-198/+147
* Add/use chunk_split_wrapper().Jason Evans2016-06-037-519/+563
* Add/use chunk_merge_wrapper().Jason Evans2016-06-036-93/+101
* Add/use chunk_commit_wrapper().Jason Evans2016-06-034-30/+44
* Add/use chunk_decommit_wrapper().Jason Evans2016-06-034-7/+20
* Merge chunk_alloc_base() into its only caller.Jason Evans2016-06-034-23/+9
* Replace extent_tree_szad_* with extent_heap_*.Jason Evans2016-06-039-103/+332
* Use rtree rather than [sz]ad trees for chunk split/coalesce operations.Jason Evans2016-06-036-197/+233
* Dodge ivsalloc() assertion in test code.Jason Evans2016-06-031-1/+16
* Remove redundant chunk argument from chunk_{,de,re}register().Jason Evans2016-06-034-25/+25
* Fix opt_zero-triggered in-place huge reallocation zeroing.Jason Evans2016-06-031-4/+4
* Add extent_past_get().Jason Evans2016-06-032-0/+9
* Replace extent_achunk_[gs]et() with extent_slab_[gs]et().Jason Evans2016-06-038-33/+33
* Add extent_active_[gs]et().Jason Evans2016-06-037-21/+37
* Move *PAGE* definitions to pages.h.Jason Evans2016-06-032-15/+15
* Set/unset rtree node for last chunk of extents.Jason Evans2016-06-031-4/+41
* Add rtree element witnesses.Jason Evans2016-06-0310-40/+241
* Refactor rtree to always use base_alloc() for node allocation.Jason Evans2016-06-0315-217/+315
* Use rtree-based chunk lookups rather than pointer bit twiddling.Jason Evans2016-06-0314-504/+548
* Add element acquire/release capabilities to rtree.Jason Evans2016-06-036-136/+303
* Remove obsolete reference to Valgrind and quarantine.Jason Evans2016-06-031-3/+1
* Rename extent_node_t to extent_t.Jason Evans2016-05-1614-486/+491
* Simplify run quantization.Jason Evans2016-05-164-169/+31
* Refactor runs_avail.Jason Evans2016-05-167-53/+81
* Implement pz2ind(), pind2sz(), and psz2u().Jason Evans2016-05-136-26/+203
* Initialize arena_bin_info at compile time rather than at boot time.Jason Evans2016-05-135-96/+100
* Implement BITMAP_INFO_INITIALIZER(nbits).Jason Evans2016-05-133-131/+366
* Remove redzone support.Jason Evans2016-05-1314-301/+41
* Remove quarantine support.Jason Evans2016-05-1324-519/+51