summaryrefslogtreecommitdiffstats
path: root/include/jemalloc/internal/mb.h
Commit message (Collapse)AuthorAgeFilesLines
* Use TSDN_NULL rather than NULL as appropriate.Jason Evans2016-10-041-2/+2
|
* Fix degenerate mb_write() compilation error.Jason Evans2016-04-231-3/+3
| | | | This resolves #375.
* s/MALLOC_MUTEX_RANK_OMIT/WITNESS_RANK_OMIT/Jason Evans2016-04-141-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 Evans2016-04-141-3/+3
| | | | This resolves #358.
* Simplify small size class infrastructure.Jason Evans2012-02-291-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 Evans2011-04-011-0/+108