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
/
test
/
unit
/
size_classes.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
SC: Remove global data.
David Goldblatt
2018-07-23
1
-8/+10
*
Hide size class computation behind a layer of indirection.
David Goldblatt
2018-07-13
1
-6/+9
*
Header refactoring: Pull size helpers out of jemalloc module.
David Goldblatt
2017-05-31
1
-92/+95
*
Remove extraneous parens around return arguments.
Jason Evans
2017-01-21
1
-3/+3
*
Update brace style.
Jason Evans
2017-01-21
1
-10/+5
*
Remove leading blank lines from function bodies.
Jason Evans
2017-01-13
1
-1/+0
*
Fix psz/pind edge cases.
Jason Evans
2016-11-04
1
-15/+17
*
Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *).
Jason Evans
2016-10-28
1
-4/+4
*
Rename huge to large.
Jason Evans
2016-06-06
1
-4/+4
*
Implement pz2ind(), pind2sz(), and psz2u().
Jason Evans
2016-05-13
1
-11/+83
*
Cast PTRDIFF_MAX to size_t before adding 1.
Jason Evans
2016-02-26
1
-2/+2
*
Make *allocx() size class overflow behavior defined.
Jason Evans
2016-02-25
1
-1/+24
*
Rename index_t to szind_t to avoid an existing type on Solaris.
Jason Evans
2015-08-19
1
-1/+1
*
Fix an integer overflow bug in {size2index,s2u}_compute().
Jason Evans
2015-07-10
1
-0/+89