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