index
:
jemalloc.git
dev
master
stable-3
stable-4
jemalloc is a general purpose malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
jemalloc
/
internal
/
size_classes.sh
Commit message (
Expand
)
Author
Age
Files
Lines
*
Header refactoring: Pull size helpers out of jemalloc module.
David Goldblatt
2017-05-31
1
-0/+1
*
Remove --with-lg-tiny-min.
Jason Evans
2017-04-24
1
-0/+2
*
Header refactoring: move jemalloc_internal_types.h out of the catch-all
David Goldblatt
2017-04-19
1
-2/+3
*
Implement compact rtree leaf element representation.
Jason Evans
2017-03-23
1
-0/+15
*
Replace tabs following #define with spaces.
Jason Evans
2017-01-21
1
-13/+13
*
Break up headers into constituent parts
David Goldblatt
2017-01-12
1
-19/+4
*
Relax NBINS constraint (max 255 --> max 256).
Jason Evans
2016-06-06
1
-4/+2
*
Rename huge to large.
Jason Evans
2016-06-06
1
-4/+4
*
Move slabs out of chunks.
Jason Evans
2016-06-06
1
-11/+11
*
Simplify run quantization.
Jason Evans
2016-05-16
1
-16/+0
*
Refactor runs_avail.
Jason Evans
2016-05-16
1
-4/+11
*
Implement pz2ind(), pind2sz(), and psz2u().
Jason Evans
2016-05-13
1
-5/+38
*
Initialize arena_bin_info at compile time rather than at boot time.
Jason Evans
2016-05-13
1
-7/+56
*
Make *allocx() size class overflow behavior defined.
Jason Evans
2016-02-25
1
-2/+2
*
Fix xallocx() bugs.
Jason Evans
2015-09-12
1
-0/+5
*
Update a comment.
Jason Evans
2015-06-15
1
-1/+2
*
Add --with-lg-tiny-min, generalize --with-lg-quantum.
Jason Evans
2014-10-11
1
-5/+5
*
Add configure options.
Jason Evans
2014-10-10
1
-3/+9
*
Normalize size classes.
Jason Evans
2014-10-06
1
-5/+10
*
Optimize [nmd]alloc() fast paths.
Jason Evans
2014-09-07
1
-0/+3
*
Refactor chunk map.
Qinfan Wu
2014-09-05
1
-1/+1
*
Add size class computation capability.
Jason Evans
2014-05-29
1
-58/+203
*
Remove support for non-prof-promote heap profiling metadata.
Jason Evans
2014-04-11
1
-3/+2
*
Use echo instead of cat in loops in size_classes.sh
Mike Hommey
2012-04-17
1
-21/+11
*
Use $((...)) instead of expr.
Jason Evans
2012-04-03
1
-15/+15
*
Clean up *PAGE* macros.
Jason Evans
2012-04-02
1
-1/+1
*
Remove bashism.
Jason Evans
2012-03-12
1
-1/+1
*
Simplify small size class infrastructure.
Jason Evans
2012-02-29
1
-0/+132