Age | Commit message (Expand) | Author |
---|---|---|
2019-04-08 | remove compare and branch in fast path for c++ operator delete[] | mgrice |
2017-07-24 | Split out cold code path in newImpl | Qinfan Wu |
2017-04-24 | Get rid of most of the various inline macros. | David Goldblatt |
2017-04-18 | Move CPP_PROLOGUE and CPP_EPILOGUE to the .cpp | David Goldblatt |
2017-04-11 | Header refactoring: Split up jemalloc_internal.h | David Goldblatt |
2017-01-20 | Replace tabs following #define with spaces. | Jason Evans |
2017-01-20 | Remove extraneous parens around return arguments. | Jason Evans |
2017-01-20 | Update brace style. | Jason Evans |
2017-01-17 | Add nullptr support to sized delete operators. | Jason Evans |
2017-01-17 | Fix style nits. | Jason Evans |
2017-01-13 | Remove leading blank lines from function bodies. | Jason Evans |
2017-01-13 | Fix indentation. | Jason Evans |
2016-12-12 | jemalloc cpp new/delete bindings | Dave Watson |