| Commit message (Expand) | Author | Age | Files | Lines |
* | Header refactoring: tsd - cleanup and dependency breaking. | David Goldblatt | 2017-05-01 | 1 | -21/+52 |
|
|
* | Header refactoring: move assert.h out of the catch-all | David Goldblatt | 2017-04-19 | 1 | -0/+2 |
|
|
* | Switch to fine-grained reentrancy support. | Qi Wang | 2017-04-15 | 1 | -1/+3 |
|
|
* | Bundle 3 branches on fast path into tsd_state. | Qi Wang | 2017-04-14 | 1 | -1/+39 |
|
|
* | Header refactoring: Split up jemalloc_internal.h | David Goldblatt | 2017-04-11 | 1 | -1/+2 |
|
|
* | Add hooking functionality | David Goldblatt | 2017-04-07 | 1 | -0/+9 |
|
|
* | Integrate auto tcache into TSD. | Qi Wang | 2017-04-07 | 1 | -5/+0 |
|
|
* | Make the tsd member init functions to take tsd_t * type. | Qi Wang | 2017-04-04 | 1 | -1/+1 |
|
|
* | Do proper cleanup for tsd_state_reincarnated. | Qi Wang | 2017-04-04 | 1 | -9/+6 |
|
|
* | Add init function support to tsd members. | Qi Wang | 2017-04-04 | 1 | -1/+18 |
|
|
* | Do not generate unused tsd_*_[gs]et() functions. | Jason Evans | 2017-02-13 | 1 | -1/+1 |
|
|
* | Replace tabs following #define with spaces. | Jason Evans | 2017-01-21 | 1 | -4/+4 |
|
|
* | Remove extraneous parens around return arguments. | Jason Evans | 2017-01-21 | 1 | -6/+6 |
|
|
* | Update brace style. | Jason Evans | 2017-01-21 | 1 | -25/+17 |
|
|
* | Remove leading blank lines from function bodies. | Jason Evans | 2017-01-13 | 1 | -7/+0 |
|
|
* | Make tsd cleanup functions optional, remove noop cleanup functions. | Jason Evans | 2016-06-06 | 1 | -1/+6 |
|
|
* | Use TSDN_NULL rather than NULL as appropriate. | Jason Evans | 2016-05-13 | 1 | -5/+5 |
|
|
* | Fix style nits. | Jason Evans | 2016-04-17 | 1 | -1/+1 |
|
|
* | Add witness, a simple online locking validator. | Jason Evans | 2016-04-14 | 1 | -9/+11 |
|
|
* | Prevent MSVC from optimizing away tls_callback (resolves #318) | rustyx | 2016-02-20 | 1 | -1/+3 |
|
|
* | Refactor arenas_cache tsd. | Jason Evans | 2016-02-20 | 1 | -2/+2 |
|
|
* | Work around an NPTL-specific TSD issue. | Jason Evans | 2015-09-24 | 1 | -0/+3 |
|
|
* | Fix a variable declaration typo. | Jason Evans | 2015-07-08 | 1 | -1/+1 |
|
|
* | Fix an assignment type warning for tls_callback. | Jason Evans | 2015-07-08 | 1 | -2/+2 |
|
|
* | Implement metadata statistics. | Jason Evans | 2015-01-24 | 1 | -1/+1 |
|
|
* | Refactor bootstrapping to delay tsd initialization. | Jason Evans | 2015-01-22 | 1 | -2/+2 |
|
|
* | 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 |
|
|