summaryrefslogtreecommitdiffstats
path: root/include/jemalloc/internal/huge.h
Commit message (Expand)AuthorAgeFilesLines
* Rename huge to large.Jason Evans2016-06-061-37/+0
* Use huge size class infrastructure for large size classes.Jason Evans2016-06-061-1/+4
* Add/use chunk_split_wrapper().Jason Evans2016-06-031-12/+9
* Use rtree-based chunk lookups rather than pointer bit twiddling.Jason Evans2016-06-031-10/+12
* Remove quarantine support.Jason Evans2016-05-131-1/+1
* Resolve bootstrapping issues when embedded in FreeBSD libc.Jason Evans2016-05-111-10/+10
* Do not allocate metadata via non-auto arenas, nor tcaches.Jason Evans2016-04-221-4/+3
* Add witness, a simple online locking validator.Jason Evans2016-04-141-5/+5
* Make *allocx() size class overflow behavior defined.Jason Evans2016-02-251-2/+2
* Implement decay-based unused dirty page purging.Jason Evans2016-02-201-2/+2
* Resolve an unsupported special case in arena_prof_tctx_set().Jason Evans2015-09-151-0/+1
* Fix xallocx() bugs.Jason Evans2015-09-121-4/+3
* Fix huge_palloc() to handle size rather than usize input.Jason Evans2015-07-241-1/+1
* Move centralized chunk management into arenas.Jason Evans2015-02-121-4/+0
* Implement explicit tcache support.Jason Evans2015-02-101-4/+4
* Implement metadata statistics.Jason Evans2015-01-241-0/+1
* Add configure options.Jason Evans2014-10-101-4/+5
* Use regular arena allocation for huge tree nodes.Daniel Micay2014-10-081-1/+1
* Normalize size classes.Jason Evans2014-10-061-1/+1
* Attempt to expand huge allocations in-place.Daniel Micay2014-10-051-1/+1
* Convert all tsd variables to reside in a single tsd structure.Jason Evans2014-09-231-4/+6
* Implement per thread heap profiling.Jason Evans2014-08-201-2/+2
* Refactor huge allocation to be managed by arenas.Jason Evans2014-05-161-16/+4
* Add support for user-specified chunk allocators/deallocators.aravind2014-05-121-4/+6
* Use arena dss prec instead of default for huge allocs.Max Wang2014-03-281-3/+5
* Extract profiling code from [re]allocation functions.Jason Evans2014-01-121-1/+1
* Add junk/zero filling unit tests, and fix discovered bugs.Jason Evans2014-01-081-0/+4
* Add arena-specific and selective dss allocation.Jason Evans2012-10-131-1/+1
* Fix fork-related bugs.Jason Evans2012-03-131-0/+3
* Reduce cpp conditional logic complexity.Jason Evans2012-02-111-4/+0
* Move repo contents in jemalloc/ to top level.Jason Evans2011-04-011-0/+41