| Commit message (Expand) | Author | Age | Files | Lines |
* | roll clang 161353:161757 | thakis@chromium.org | 2012-08-17 | 1 | -0/+5 |
* | Support vtable_verify (new compiler option). | cmtice@chromium.org | 2012-08-17 | 1 | -0/+6 |
* | Modify allocator_shim to support _aligned_alloc(), _aligned_free(). | dalecurtis@chromium.org | 2012-08-02 | 3 | -1/+117 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 2 | -2/+0 |
* | Try not to inline tcmalloc::Abort() so we can find it in stack trace. | kaiwang@chromium.org | 2012-06-08 | 1 | -1/+3 |
* | Avoid using cmd so that python can be found on path | jar@chromium.org | 2012-05-30 | 1 | -1/+0 |
* | 1. Enable large object pointer offset check in release build. | kaiwang@chromium.org | 2012-05-24 | 5 | -9/+124 |
* | fix checkperms for prep_libc.py | scottmg@google.com | 2012-05-23 | 1 | -0/+0 |
* | Replace prep_libc.sh with prep_libc.py, and quiet the output | scottmg@chromium.org | 2012-05-23 | 3 | -41/+59 |
* | fix warning compiling allocator/tcmalloc on win32 | scottmg@chromium.org | 2012-05-22 | 1 | -0/+5 |
* | Route calls to tcmalloc MallocExtension through allocator agnostic interface | jamesr@chromium.org | 2012-04-28 | 6 | -0/+205 |
* | Explicitly track the time source type in base/profiler/alternate_timer.h | isherman@chromium.org | 2012-04-27 | 1 | -1/+2 |
* | Revert 134041 - Explicitly track the time source type in base/profiler/altern... | dpapad@chromium.org | 2012-04-26 | 1 | -2/+1 |
* | Explicitly track the time source type in base/profiler/alternate_timer.h | isherman@chromium.org | 2012-04-26 | 1 | -1/+2 |
* | Set svn:executable bit on scripts that are executable. | maruel@chromium.org | 2012-04-23 | 1 | -1/+1 |
* | A deeper heap profile dumper in third_party/tcmalloc/chromium. | dmikurube@chromium.org | 2012-04-02 | 1 | -0/+4 |
* | Make allocator_unittests a Win-only target. | hans@chromium.org | 2012-03-19 | 2 | -21/+20 |
* | Don't compile heap-profile-table.cc on windows | jbauman@chromium.org | 2012-03-19 | 1 | -0/+2 |
* | Revert 127171 - Experiment for a deeper heap profile dumper to check impact f... | dmikurube@chromium.org | 2012-03-16 | 1 | -4/+0 |
* | Experiment for a deeper heap profile dumper to check impact for performance. | dmikurube@chromium.org | 2012-03-16 | 1 | -0/+4 |
* | Update the tcmalloc chromium branch to r144 (gperftools 2.0), and merge chrom... | dmikurube@chromium.org | 2012-03-13 | 1 | -21/+41 |
* | Revert 126020 - Experiment for updating the tcmalloc chromium branch to r144 ... | dmikurube@chromium.org | 2012-03-10 | 1 | -41/+21 |
* | Experiment for updating the tcmalloc chromium branch to r144 (gperftools 2.0). | dmikurube@chromium.org | 2012-03-10 | 1 | -21/+41 |
* | Revert 124832 - Update the tcmalloc chromium branch to r144 (gperftools 2.0),... | dmikurube@google.com | 2012-03-03 | 1 | -41/+21 |
* | Update the tcmalloc chromium branch to r144 (gperftools 2.0), and merge chrom... | dmikurube@google.com | 2012-03-03 | 1 | -21/+41 |
* | 'defines' shouldn't contain a list in gyp input file | scottmg@chromium.org | 2012-02-25 | 1 | -2/+2 |
* | Support use of third party time function for about:profiler | jar@chromium.org | 2012-02-15 | 3 | -4/+18 |
* | Use a 'defines' block instead of adding -Dfoo to cflags. | evan@chromium.org | 2012-01-25 | 1 | -6/+8 |
* | windows: Fix a few things clang complains about. | thakis@chromium.org | 2012-01-23 | 1 | -2/+2 |
* | Turn on WPO for the allocator library in official builds. | siggi@chromium.org | 2011-12-21 | 1 | -1/+6 |
* | Crash on error or assert message in Debug build | jar@chromium.org | 2011-11-15 | 1 | -4/+31 |
* | Replace most LOG/CHECK statements with DLOG/DCHECK statements in base. | brettw@chromium.org | 2011-10-26 | 2 | -4/+4 |
* | Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements... | brettw@chromium.org | 2011-10-25 | 2 | -4/+4 |
* | Replace most LOG/CHECK statements with DLOG/DCHECK statements in base. | brettw@chromium.org | 2011-10-25 | 2 | -4/+4 |
* | Enable TCMalloc doubly-linked freelist in release buildsBUG=NoneTEST=None | jschuh@chromium.org | 2011-10-13 | 1 | -4/+0 |
* | Revert 100640 - Enable doubly linked lists by default. | bxx@chromium.org | 2011-09-11 | 1 | -1/+4 |
* | Enable doubly linked lists by default. | bxx@chromium.org | 2011-09-11 | 1 | -4/+1 |
* | tcmalloc doubly-linked free-lists for thread caches | bxx@chromium.org | 2011-09-09 | 1 | -0/+6 |
* | Revert 100074 - tcmalloc doubly-linked free-lists for thread caches | bxx@chromium.org | 2011-09-08 | 1 | -3/+0 |
* | tcmalloc doubly-linked free-lists for thread caches | bxx@chromium.org | 2011-09-08 | 1 | -0/+3 |
* | Revert 99515 - tcmalloc doubly-linked free-lists for thread caches | bxx@chromium.org | 2011-09-03 | 1 | -3/+0 |
* | tcmalloc doubly-linked free-lists for thread caches | bxx@chromium.org | 2011-09-03 | 1 | -0/+3 |
* | Fix obsolete dependencies so that needless recompilation does not happen. | jeanluc@chromium.org | 2011-08-04 | 1 | -1/+1 |
* | tcmalloc: make warning-disable flags match upstream | evan@chromium.org | 2011-07-18 | 1 | -2/+4 |
* | tcmalloc: disable the warning about ignoring return values | evan@chromium.org | 2011-07-13 | 1 | -0/+5 |
* | Remove the comments setting emands and vim tab width and expansion variables. | tony@chromium.org | 2011-07-11 | 1 | -6/+0 |
* | Merge google-perftools r109 (the current contents of third_party/tcmalloc/ven... | glider@chromium.org | 2011-06-17 | 2 | -2/+9 |
* | Remove msvs_guids from app, base, breakpad and build. | tony@chromium.org | 2011-06-13 | 1 | -2/+0 |
* | Introduce the ANNOTATE_LEAKING_OBJECT_PTR annotation that can be used to mark | glider@chromium.org | 2011-05-31 | 1 | -0/+1 |
* | Revert 86990 - Fix http://codereview.chromium.org/6869009 to ignore an existi... | msw@chromium.org | 2011-05-27 | 1 | -1/+0 |