summaryrefslogtreecommitdiffstats
path: root/include/jemalloc/internal/size_classes.sh
Commit message (Expand)AuthorAgeFilesLines
* Header refactoring: Pull size helpers out of jemalloc module.David Goldblatt2017-05-311-0/+1
* Remove --with-lg-tiny-min.Jason Evans2017-04-241-0/+2
* Header refactoring: move jemalloc_internal_types.h out of the catch-allDavid Goldblatt2017-04-191-2/+3
* Implement compact rtree leaf element representation.Jason Evans2017-03-231-0/+15
* Replace tabs following #define with spaces.Jason Evans2017-01-211-13/+13
* Break up headers into constituent partsDavid Goldblatt2017-01-121-19/+4
* Relax NBINS constraint (max 255 --> max 256).Jason Evans2016-06-061-4/+2
* Rename huge to large.Jason Evans2016-06-061-4/+4
* Move slabs out of chunks.Jason Evans2016-06-061-11/+11
* Simplify run quantization.Jason Evans2016-05-161-16/+0
* Refactor runs_avail.Jason Evans2016-05-161-4/+11
* Implement pz2ind(), pind2sz(), and psz2u().Jason Evans2016-05-131-5/+38
* Initialize arena_bin_info at compile time rather than at boot time.Jason Evans2016-05-131-7/+56
* Make *allocx() size class overflow behavior defined.Jason Evans2016-02-251-2/+2
* Fix xallocx() bugs.Jason Evans2015-09-121-0/+5
* Update a comment.Jason Evans2015-06-151-1/+2
* Add --with-lg-tiny-min, generalize --with-lg-quantum.Jason Evans2014-10-111-5/+5
* Add configure options.Jason Evans2014-10-101-3/+9
* Normalize size classes.Jason Evans2014-10-061-5/+10
* Optimize [nmd]alloc() fast paths.Jason Evans2014-09-071-0/+3
* Refactor chunk map.Qinfan Wu2014-09-051-1/+1
* Add size class computation capability.Jason Evans2014-05-291-58/+203
* Remove support for non-prof-promote heap profiling metadata.Jason Evans2014-04-111-3/+2
* Use echo instead of cat in loops in size_classes.shMike Hommey2012-04-171-21/+11
* Use $((...)) instead of expr.Jason Evans2012-04-031-15/+15
* Clean up *PAGE* macros.Jason Evans2012-04-021-1/+1
* Remove bashism.Jason Evans2012-03-121-1/+1
* Simplify small size class infrastructure.Jason Evans2012-02-291-0/+132