summaryrefslogtreecommitdiffstats
path: root/src/tsd.c
Commit message (Expand)AuthorAgeFilesLines
* Prevent MSVC from optimizing away tls_callback (resolves #318)rustyx2016-02-201-1/+3
* Refactor arenas_cache tsd.Jason Evans2016-02-201-2/+2
* Work around an NPTL-specific TSD issue.Jason Evans2015-09-241-0/+3
* Fix a variable declaration typo.Jason Evans2015-07-081-1/+1
* Fix an assignment type warning for tls_callback.Jason Evans2015-07-081-2/+2
* Implement metadata statistics.Jason Evans2015-01-241-1/+1
* Refactor bootstrapping to delay tsd initialization.Jason Evans2015-01-221-2/+2
* 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