| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove #includes in tests | Mike Hommey | 2012-04-22 | 1 | -6/+0 |
| | | | | | | | | Since we're now including jemalloc_internal.h, all the required headers are already pulled. This will avoid having to fiddle with headers that can or can't be used with MSVC. Also, now that we use malloc_printf, we can use util.h's definition of assert instead of assert.h's. | ||||
| * | Add support for Mingw | Mike Hommey | 2012-04-22 | 1 | -0/+6 |
| | | |||||
| * | Replace fprintf with malloc_printf in tests. | Mike Hommey | 2012-04-17 | 1 | -26/+26 |
| | | |||||
| * | Add --with-mangling. | Jason Evans | 2012-03-02 | 1 | -10/+10 |
| | | | | | | | | | | | 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. | ||||
| * | 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 | 1 | -0/+117 |
