Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move repo contents in jemalloc/ to top level. | Jason Evans | 2011-04-01 | 1 | -133/+0 |
| | |||||
* | Fix tests build when --with-install-suffix is set. | Jason Evans | 2010-10-07 | 1 | -1/+1 |
| | | | | | | Add test/jemalloc_test.h.in, which is processed to include jemalloc/jemalloc@install_suffix@.h, so that test programs can include it without worrying about the install suffix. | ||||
* | Add {,r,s,d}allocm(). | Jason Evans | 2010-09-17 | 1 | -0/+133 |
Add allocm(), rallocm(), sallocm(), and dallocm(), which are a functional superset of malloc(), calloc(), posix_memalign(), malloc_usable_size(), and free(). |