| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor/fix arenas manipulation. | Jason Evans | 2014-10-08 | 1 | -6/+13 |
|
|
* | Fix tsd cleanup regressions. | Jason Evans | 2014-10-04 | 1 | -5/+0 |
|
|
* | Convert all tsd variables to reside in a single tsd structure. | Jason Evans | 2014-09-23 | 1 | -2/+49 |
|
|
* | Implement the *allocx() API. | Jason Evans | 2013-12-13 | 1 | -1/+1 |
|
|
* | Fix a potential infinite loop during thread exit. | Jason Evans | 2013-11-20 | 1 | -1/+1 |
|
|
* | Add support for LinuxThreads. | Leonard Crestez | 2013-10-25 | 1 | -0/+34 |
|
|
* | Optimize malloc() and free() fast paths. | Jason Evans | 2012-05-02 | 1 | -1/+1 |
|
|
* | Add support for MSVC | Mike Hommey | 2012-05-01 | 1 | -0/+8 |
|
|
* | Replace JEMALLOC_ATTR with various different macros when it makes sense | Mike Hommey | 2012-05-01 | 1 | -2/+4 |
|
|
* | Avoid variable length arrays and remove declarations within code | Mike Hommey | 2012-04-29 | 1 | -1/+1 |
|
|
* | Add support for Mingw | Mike Hommey | 2012-04-22 | 1 | -1/+26 |
|
|
* | Remove extra argument for malloc_tsd_cleanup_register | Mike Hommey | 2012-04-19 | 1 | -4/+3 |
|
|
* | Make special FreeBSD function overrides visible. | Jason Evans | 2012-04-19 | 1 | -0/+1 |
|
|
* | Remove arena_malloc_prechosen(). | Jason Evans | 2012-04-06 | 1 | -1/+1 |
|
|
* | Implement tsd. | Jason Evans | 2012-03-23 | 1 | -0/+72 |
|
|