Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |