Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reduce maximum tested alignment. | Jason Evans | 2014-03-30 | 3 | -6/+4 |
* | Convert ALLOCM_ARENA() test to MALLOCX_ARENA() test. | Jason Evans | 2014-03-28 | 1 | -4/+4 |
* | Remove flawed alignment-related overflow test. | Jason Evans | 2014-01-29 | 1 | -23/+0 |
* | Fix/remove flawed alignment-related overflow tests. | Jason Evans | 2014-01-29 | 3 | -25/+4 |
* | Extract profiling code from [re]allocation functions. | Jason Evans | 2014-01-12 | 2 | -63/+0 |
* | Add rallocx() test of both alignment and zeroing. | Jason Evans | 2013-12-16 | 1 | -5/+17 |
* | Add zero/align tests for rallocx(). | Jason Evans | 2013-12-15 | 1 | -1/+120 |
* | Implement the *allocx() API. | Jason Evans | 2013-12-13 | 4 | -2/+259 |
* | Add mq (message queue) to test infrastructure. | Jason Evans | 2013-12-12 | 5 | -68/+18 |
* | Normalize #define whitespace. | Jason Evans | 2013-12-09 | 3 | -9/+9 |
* | Refactor tests. | Jason Evans | 2013-12-09 | 18 | -573/+467 |
* | Refactor to support more varied testing. | Jason Evans | 2013-12-04 | 19 | -0/+1097 |