summaryrefslogtreecommitdiffstats
path: root/third_party/tcmalloc
Commit message (Expand)AuthorAgeFilesLines
* Fix virtual memory regression from new tcmalloc: use old kPageShift and kMaxS...dmikurube@chromium.org2012-03-171-4/+8
* Revert 127301 - Try fixing virtual memory regression from new tcmalloc: use o...dmikurube@chromium.org2012-03-171-8/+4
* Try fixing virtual memory regression from new tcmalloc: use old kPageShift an...dmikurube@chromium.org2012-03-161-4/+8
* Revert 127171 - Experiment for a deeper heap profile dumper to check impact f...dmikurube@chromium.org2012-03-164-874/+1
* Experiment for a deeper heap profile dumper to check impact for performance.dmikurube@chromium.org2012-03-164-1/+874
* tcmalloc: make tc_malloc_size(NULL) return 0 instead of assertingpiman@chromium.org2012-03-151-0/+6
* Update the tcmalloc vendor branch to r144 (gperftools 2.0), and README.chromium.dmikurube@chromium.org2012-03-14190-6682/+9184
* Revert 126715 - Update the tcmalloc vendor branch to r144 (gperftools 2.0).dmikurube@chromium.org2012-03-14162-9002/+6673
* Update the tcmalloc vendor branch to r144 (gperftools 2.0).dmikurube@chromium.org2012-03-14188-6673/+9002
* Update the tcmalloc chromium branch to r144 (gperftools 2.0), and merge chrom...dmikurube@chromium.org2012-03-13137-5305/+8617
* Revert 126020 - Experiment for updating the tcmalloc chromium branch to r144 ...dmikurube@chromium.org2012-03-10136-8616/+5304
* Experiment for updating the tcmalloc chromium branch to r144 (gperftools 2.0).dmikurube@chromium.org2012-03-10136-5304/+8616
* A memory profiling script, called the deep memory profiler, which shows deepe...dmikurube@chromium.org2012-03-081-1/+1
* Revert 124832 - Update the tcmalloc chromium branch to r144 (gperftools 2.0),...dmikurube@google.com2012-03-03136-8616/+5304
* Update the tcmalloc chromium branch to r144 (gperftools 2.0), and merge chrom...dmikurube@google.com2012-03-03136-5304/+8616
* Add a heap_check_error_exit_code flag (initialized from HEAP_CHECK_ERROR_EXIT...glider@chromium.org2012-02-161-1/+6
* Support use of third party time function for about:profilerjar@chromium.org2012-02-153-0/+37
* Force 16-byte alignment of the stack for the thread lister.glider@chromium.org2012-02-131-1/+3
* Add HEAP_PROFILE_TIME_INTERVAL to dump heap profiles periodically in third_pa...dmikurube@chromium.org2011-12-271-0/+14
* Make the profile buffer larger in third_party/tcmalloc/chromium.dmikurube@chromium.org2011-12-271-1/+5
* Change the heap file names to be Cleanup'ed in third_party/tcmalloc/chromium.dmikurube@chromium.org2011-12-161-1/+4
* Add a guard page in front of metadata allocations.jschuh@chromium.org2011-11-305-4/+72
* Put TCMalloc cleanup near the end of destructor listjar@chromium.org2011-11-211-1/+2
* tcmalloc: Initialize DefaultSysAllocator::names_mcgrathr@chromium.org2011-11-071-0/+2
* Enable TCMalloc doubly-linked freelist in release buildsBUG=NoneTEST=Nonejschuh@chromium.org2011-10-132-3/+6
* Catch some "easy to spot" double frees in TCMallocjar@chromium.org2011-10-052-2/+17
* Enable tcmalloc validation by default in debug buildsjamesr@chromium.org2011-09-211-3/+5
* tcmalloc doubly-linked free-lists for thread cachesbxx@chromium.org2011-09-099-39/+359
* Revert 100074 - tcmalloc doubly-linked free-lists for thread cachesbxx@chromium.org2011-09-089-359/+39
* tcmalloc doubly-linked free-lists for thread cachesbxx@chromium.org2011-09-089-39/+359
* Revert 99515 - tcmalloc doubly-linked free-lists for thread cachesbxx@chromium.org2011-09-039-359/+39
* tcmalloc doubly-linked free-lists for thread cachesbxx@chromium.org2011-09-039-39/+359
* Update the tcmalloc vendor branch to r111 (perftools version 1.8)glider@chromium.org2011-07-1969-1479/+3457
* Revert 89989 - Trying to understand Linux x64 weirdness (to be reverted immed...cevans@chromium.org2011-06-221-9/+1
* Trying to understand Linux x64 weirdness (to be reverted immediately).cevans@chromium.org2011-06-221-1/+9
* Revert 89977 - Fix missing name in tcmalloc error message (to be reverted imm...cevans@chromium.org2011-06-221-2/+0
* Fix missing name in tcmalloc error message (to be reverted immediately).cevans@chromium.org2011-06-221-0/+2
* Update Chromium TCMalloc modifications in order to compile with glibc 2.14rsleevi@chromium.org2011-06-211-4/+11
* Decrease the kHashbits to 12 effectively restoring the pre-r89459 sizeglider@chromium.org2011-06-201-1/+3
* Merge google-perftools r109 (the current contents of third_party/tcmalloc/ven...glider@chromium.org2011-06-17103-1967/+5582
* Landing http://codereview.chromium.org/7033062/:glider@chromium.org2011-06-0813-22/+23
* Update the tcmalloc vendor branch to r109glider@chromium.org2011-05-31132-22294/+25775
* These files were LGTM'd in a previous patch (http://codereview.chromium.org/3...chromium@hybridsource.org2011-05-271-0/+259
* Fix heap profiler to always append the process id to the heap dump.glider@chromium.org2011-05-232-2/+7
* In debug mode, copy the mark (0x36) into all the free'd region.rtenneti@chromium.org2011-04-141-0/+6
* Revert 79258 - Mark all the free'ed region with special markers so that browserrtenneti@chromium.org2011-03-241-5/+1
* Mark all the free'ed region with special markers so that browserrtenneti@chromium.org2011-03-241-1/+5
* Switch to using WinHeap for the browser processjar@chromium.org2011-03-241-2/+6
* Add redundancy to detect double frees in TCMallocjar@chromium.org2011-03-161-1/+180
* Cleaning up third_party readmes and adding a template for future use.cdn@chromium.org2011-03-161-0/+4