summaryrefslogtreecommitdiffstats
path: root/third_party/tcmalloc/allocator_shim.cc
Commit message (Expand)AuthorAgeFilesLines
* Modify allocator to use malloc for the realloc(0, size) case.mbelshe@google.com2009-10-191-0/+6
* Enable TCMallocjar@chromium.org2009-10-051-1/+1
* Set JEMalloc as the default allocator (instead of TCMalloc)jar@chromium.org2009-10-011-1/+1
* Revert to using TCMallocjar@chromium.org2009-10-011-1/+1
* Try to use JEMALLOC as the default allocatorjar@chromium.org2009-10-011-2/+2
* tcmalloc tests & bug fixes:mbelshe@google.com2009-09-191-1/+1
* Fix realloc to not call the new_handler (which is for failures)mbelshe@google.com2009-09-091-1/+5
* Major changes to the Chrome allocator.mbelshe@google.com2009-08-121-0/+256