| Commit message (Expand) | Author | Age | Files | Lines |
* | Header refactoring: move assert.h out of the catch-all | David Goldblatt | 2017-04-19 | 1 | -0/+3 |
|
|
* | Header refactoring: Split up jemalloc_internal.h | David Goldblatt | 2017-04-11 | 1 | -1/+2 |
|
|
* | Remove extraneous parens around return arguments. | Jason Evans | 2017-01-21 | 1 | -10/+10 |
|
|
* | Update brace style. | Jason Evans | 2017-01-21 | 1 | -58/+38 |
|
|
* | Add dummy implementations for most remaining OSX zone allocator functions | Mike Hommey | 2017-01-18 | 1 | -10/+108 |
|
|
* | Don't rely on OSX SDK malloc/malloc.h for malloc_zone struct definitions | Mike Hommey | 2017-01-18 | 1 | -36/+86 |
|
|
* | Remove leading blank lines from function bodies. | Jason Evans | 2017-01-13 | 1 | -11/+0 |
|
|
* | Fix/refactor zone allocator integration code. | Jason Evans | 2016-11-03 | 1 | -84/+107 |
|
|
* | Formatting fixes. | Jason Evans | 2016-09-26 | 1 | -9/+12 |
|
|
* | Change how the default zone is found | Mike Hommey | 2016-07-08 | 1 | -2/+29 |
|
|
* | Avoid getting the same default zone twice in a row. | Mike Hommey | 2016-07-08 | 1 | -2/+3 |
|
|
* | Miscellaneous s/chunk/extent/ updates. | Jason Evans | 2016-06-06 | 1 | -1/+1 |
|
|
* | Use huge size class infrastructure for large size classes. | Jason Evans | 2016-06-06 | 1 | -4/+4 |
|
|
* | Resolve bootstrapping issues when embedded in FreeBSD libc. | Jason Evans | 2016-05-11 | 1 | -4/+4 |
|
|
* | Add witness, a simple online locking validator. | Jason Evans | 2016-04-14 | 1 | -4/+4 |
|
|
* | Reuse previously computed value | Dmitry-Me | 2015-11-12 | 1 | -2/+4 |
|
|
* | Style and spelling fixes. | Jason Evans | 2014-12-09 | 1 | -1/+1 |
|
|
* | Whitespace cleanups. | Jason Evans | 2014-09-05 | 1 | -7/+7 |
|
|
* | Ensure the default purgeable zone is after the default zone on OS X | Mike Hommey | 2014-06-10 | 1 | -9/+25 |
|
|
* | Prefer not_reached() over assert(false) where appropriate. | Jason Evans | 2013-10-21 | 1 | -1/+1 |
|
|
* | Don't register jemalloc's zone allocator if something else already replaced t... | Mike Hommey | 2012-11-07 | 1 | -1/+11 |
|
|
* | Implement Valgrind support, redzones, and quarantine. | Jason Evans | 2012-04-11 | 1 | -5/+5 |
|
|
* | Clean up *PAGE* macros. | Jason Evans | 2012-04-02 | 1 | -1/+1 |
|
|
* | Move last bit of zone initialization in zone.c, and lazy-initialize | Mike Hommey | 2012-04-02 | 1 | -0/+1 |
|
|
* | Avoid crashes when system libraries use the purgeable zone allocator | Mike Hommey | 2012-03-30 | 1 | -5/+26 |
|
|
* | Move zone registration to zone.c | Mike Hommey | 2012-03-30 | 1 | -3/+19 |
|
|
* | Make zone_{free, realloc, free_definite_size} fallback to the system allocato... | Mike Hommey | 2012-03-26 | 1 | -4/+17 |
|
|
* | Improve zone support for OSX | Mike Hommey | 2012-03-20 | 1 | -168/+23 |
|
|
* | Unbreak mac after commit 4e2e3dd | Mike Hommey | 2012-03-20 | 1 | -1/+1 |
|
|
* | Add --with-mangling. | Jason Evans | 2012-03-02 | 1 | -13/+13 |
|
|
* | Simplify zone_good_size(). | Jason Evans | 2012-02-29 | 1 | -15/+3 |
|
|
* | Move repo contents in jemalloc/ to top level. | Jason Evans | 2011-04-01 | 1 | -0/+354 |
|
|