aboutsummaryrefslogtreecommitdiffstats
path: root/src/jemalloc_cpp.cpp
Commit message (Expand)AuthorAgeFilesLines
* Split out cold code path in newImplQinfan Wu2017-07-241-7/+16
* Get rid of most of the various inline macros.David Goldblatt2017-04-241-1/+0
* Move CPP_PROLOGUE and CPP_EPILOGUE to the .cppDavid Goldblatt2017-04-181-0/+8
* Header refactoring: Split up jemalloc_internal.hDavid Goldblatt2017-04-111-1/+2
* Replace tabs following #define with spaces.Jason Evans2017-01-201-1/+1
* Remove extraneous parens around return arguments.Jason Evans2017-01-201-6/+6
* Update brace style.Jason Evans2017-01-201-22/+11
* Add nullptr support to sized delete operators.Jason Evans2017-01-171-0/+6
* Fix style nits.Jason Evans2017-01-171-19/+18
* Remove leading blank lines from function bodies.Jason Evans2017-01-131-10/+0
* Fix indentation.Jason Evans2017-01-131-1/+1
* jemalloc cpp new/delete bindingsDave Watson2016-12-121-0/+140