| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use TSDN_NULL rather than NULL as appropriate. | Jason Evans | 2016-10-04 | 1 | -2/+2 |
| | | |||||
| * | Fix degenerate mb_write() compilation error. | Jason Evans | 2016-04-23 | 1 | -3/+3 |
| | | | | | This resolves #375. | ||||
| * | s/MALLOC_MUTEX_RANK_OMIT/WITNESS_RANK_OMIT/ | Jason Evans | 2016-04-14 | 1 | -1/+1 |
| | | | | | | | | | This fixes a compilation error caused by b2c0d6322d2307458ae2b28545f8a5c9903d7ef5 (Add witness, a simple online locking validator.). This resolves #375. | ||||
| * | Add witness, a simple online locking validator. | Jason Evans | 2016-04-14 | 1 | -3/+3 |
| | | | | | This resolves #358. | ||||
| * | Simplify small size class infrastructure. | Jason Evans | 2012-02-29 | 1 | -1/+8 |
| | | | | | | | | | | | | | Program-generate small size class tables for all valid combinations of LG_TINY_MIN, LG_QUANTUM, and PAGE_SHIFT. Use the appropriate table to generate all relevant data structures, and remove the distinction between tiny/quantum/cacheline/subpage bins. Remove --enable-dynamic-page-shift. This option didn't prove useful in practice, and it prevented optimizations. Add Tilera architecture support. | ||||
| * | Move repo contents in jemalloc/ to top level. | Jason Evans | 2011-04-01 | 1 | -0/+108 |
