Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add --with-mangling. | Jason Evans | 2012-03-02 | 6 | -60/+54 |
| | | | | | | | | | | Add the --with-mangling configure option, which can be used to specify name mangling on a per public symbol basis that takes precedence over --with-jemalloc-prefix. Expose the memalign() and valloc() overrides even if --with-jemalloc-prefix is specified. This change does no real harm, and simplifies the code. | ||||
* | Add nallocm(). | Jason Evans | 2012-02-29 | 1 | -13/+78 |
| | | | | | | | Add nallocm(), which computes the real allocation size that would result from the corresponding allocm() call. nallocm() is a functional superset of OS X's malloc_good_size(), in that it takes alignment constraints into account. | ||||
* | Fix rallocm() test to support >4KiB pages. | Jason Evans | 2011-11-06 | 1 | -4/+14 |
| | |||||
* | Move repo contents in jemalloc/ to top level. | Jason Evans | 2011-04-01 | 15 | -0/+895 |