summaryrefslogtreecommitdiffstats
path: root/src/tsd.c
Commit message (Expand)AuthorAgeFilesLines
* Refactor/fix arenas manipulation.Jason Evans2014-10-081-6/+13
* Fix tsd cleanup regressions.Jason Evans2014-10-041-5/+0
* Convert all tsd variables to reside in a single tsd structure.Jason Evans2014-09-231-2/+49
* Implement the *allocx() API.Jason Evans2013-12-131-1/+1
* Fix a potential infinite loop during thread exit.Jason Evans2013-11-201-1/+1
* Add support for LinuxThreads.Leonard Crestez2013-10-251-0/+34
* Optimize malloc() and free() fast paths.Jason Evans2012-05-021-1/+1
* Add support for MSVCMike Hommey2012-05-011-0/+8
* Replace JEMALLOC_ATTR with various different macros when it makes senseMike Hommey2012-05-011-2/+4
* Avoid variable length arrays and remove declarations within codeMike Hommey2012-04-291-1/+1
* Add support for MingwMike Hommey2012-04-221-1/+26
* Remove extra argument for malloc_tsd_cleanup_registerMike Hommey2012-04-191-4/+3
* Make special FreeBSD function overrides visible.Jason Evans2012-04-191-0/+1
* Remove arena_malloc_prechosen().Jason Evans2012-04-061-1/+1
* Implement tsd.Jason Evans2012-03-231-0/+72