summaryrefslogtreecommitdiffstats
path: root/third_party/tcmalloc
Commit message (Expand)AuthorAgeFilesLines
* Revert pprof change which was for dmprof.dmikurube@chromium.org2012-09-131-1/+1
* Dump /proc/<pid>/maps with every heap profile dump.dmikurube@chromium.org2012-08-142-6/+20
* Enable memory profiler on Linux when TC_MALLOC is enabled.rtenneti@chromium.org2012-08-082-2/+11
* Reverting this to see if it fixes the redness on the ChromiumOS bots.ananta@chromium.org2012-08-062-11/+2
* Enable memory profiler on Linux when TC_MALLOC is enabled.rtenneti@chromium.org2012-08-062-2/+11
* Make 'License' field in third-party metadata requiredsteveblock@chromium.org2012-08-011-0/+1
* It is important that 'struct mallinfo' is defined in the header file.hans@chromium.org2012-07-252-13/+11
* Enforce all the source files to be encoded in UTF-8.maruel@chromium.org2012-07-197-10/+14
* Avoid calling sscanf in ProcMapsIterator on Linux not to allocated memory in it.dmikurube@chromium.org2012-07-191-7/+148
* Store mmap-or-not information in DeepBucket.dmikurube@chromium.org2012-07-172-58/+55
* clang: -Wunused-private-field cleanups, linux editionthakis@chromium.org2012-07-031-2/+3
* Store DeepBuckets in a hash table instead of AllocationMap.dmikurube@chromium.org2012-06-202-43/+81
* Abort: change the magic value written to NULLjln@chromium.org2012-06-131-1/+1
* Add support for dump allocations created in a certain time windowjochen@chromium.org2012-06-113-0/+139
* Try not to inline tcmalloc::Abort() so we can find it in stack trace.kaiwang@chromium.org2012-06-082-18/+21
* 1. A small fix of Windows VM size.kaiwang@chromium.org2012-06-054-16/+36
* 1. Enable large object pointer offset check in release build.kaiwang@chromium.org2012-05-242-25/+31
* Write to NULL will trigger a Clang compile warning and the compiler maykaiwang@chromium.org2012-05-151-1/+1
* Add a chromium version abort function for tcmalloc: Abort().kaiwang@chromium.org2012-05-1410-22/+63
* Revert 136517 - A copy of CL: http://codereview.chromium.org/10307002/kaiwang@chromium.org2012-05-111-10/+14
* A copy of CL: http://codereview.chromium.org/10307002/kaiwang@chromium.org2012-05-111-14/+10
* Revert 136250 - This is a copy of CL http://codereview.chromium.org/10307002/kaiwang@chromium.org2012-05-101-10/+14
* This is a copy of CL http://codereview.chromium.org/10307002/kaiwang@chromium.org2012-05-101-14/+10
* Fix the logging. TCMalloc Log() does not recognize printf formatter.kaiwang@chromium.org2012-05-021-2/+2
* Added compile-time define to gate "initial-exec" attribute.asharif@chromium.org2012-04-242-2/+13
* Fix a bunch of bad line endings.thestig@chromium.org2012-04-241-118/+118
* Reserve a dedicated arena for every construction of mmap_address_map in order...dmikurube@chromium.org2012-04-183-33/+79
* Breakdown nonprofiled memory regions (f.k.a. 'unknown'), and add new policy f...dmikurube@chromium.org2012-04-132-56/+219
* A deeper heap profile dumper in third_party/tcmalloc/chromium.dmikurube@chromium.org2012-04-024-1/+895
* 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