| Commit message (Expand) | Author | Age | Files | Lines |
* | allocator: add use_experimental_allocator_shim build flag | primiano | 2016-02-09 | 1 | -1/+11 |
* | tcmalloc: Fix include of malloc_hook_c.h in malloc_hook.h | sque | 2016-01-31 | 1 | -1/+1 |
* | Allocator cleanup: move tcmalloc-specific calls to base | primiano | 2016-01-26 | 2 | -6/+1 |
* | Add run-time CHECK to smoke-test allocator overrides | primiano | 2016-01-12 | 2 | -4/+15 |
* | Enable tcmalloc VDSO support only on x86 to reduce static initializers | primiano | 2016-01-12 | 1 | -0/+4 |
* | Revert of tcmalloc: Use C++11 atomics where appropriate. (patchset #8 id:1400... | thakis | 2015-12-29 | 7 | -232/+1594 |
* | tcmalloc: Use C++11 atomics where appropriate. | thakis | 2015-12-26 | 7 | -1594/+232 |
* | Add generic.total_physical_bytes property to MallocExtension | ssid | 2015-10-30 | 2 | -0/+16 |
* | Restore missing HEAP_PROFILE definitions | rockot | 2015-09-17 | 1 | -0/+26 |
* | Remove clang type profiler and deep memory profiler. | thakis | 2015-09-11 | 7 | -1873/+3 |
* | stray c++11 ud suffix fixes for tcmalloc files | mostynb | 2015-07-24 | 2 | -5/+5 |
* | tcmalloc:Add "ARMv8-a" to the supporting list of ARM architecture. | milton.chiang | 2015-07-16 | 1 | -1/+6 |
* | Fix GCC warning in heap-profile-table.cc. | tnagel | 2015-06-17 | 1 | -1/+1 |
* | tcmalloc: Honor HEAPPROFILE envvar only in profiling=1 builds. | thakis@chromium.org | 2014-05-19 | 1 | -1/+2 |
* | tcmalloc: Let DEFINE_string define const char*s. | thakis@chromium.org | 2014-05-18 | 2 | -13/+7 |
* | Fix build error with tcmalloc for android | jungjik.lee@samsung.com | 2014-05-16 | 1 | -0/+5 |
* | Don't let tcmalloc read all kinds of env vars at startup. | thakis@chromium.org | 2014-05-15 | 1 | -0/+12 |
* | Fix tc_malloc_skip_new_handler to work together with heap profiler | b.kelemen@samsung.com | 2014-04-28 | 1 | -0/+3 |
* | remove redundant ifdefs | estade@chromium.org | 2014-04-15 | 1 | -1/+1 |
* | Fix a bug in gperftools' logging system on android | zhenyu.shan@intel.com | 2014-04-03 | 2 | -22/+26 |
* | Revert "Enable DMP for system Chromium WebView on Android" | primiano@chromium.org | 2014-03-25 | 4 | -10/+1 |
* | Make possible to check memory allocations inside chromium | b.kelemen@samsung.com | 2014-03-21 | 2 | -0/+22 |
* | Invalidate MallocExtension::GetBytesAllocatedOnCurrentThread if !USE_TCMALLOC. | dmikurube@chromium.org | 2014-02-10 | 2 | -1/+16 |
* | Fix MarkUnmarkedAllocations to mark only unmarked allocations. | dmikurube@chromium.org | 2014-02-07 | 1 | -1/+1 |
* | atomicops-internals-windows.h: Don't declare intrincs when using Clang | hans@chromium.org | 2014-01-31 | 1 | -4/+12 |
* | Fix a couple of gcc 4.8 warnings in tcmalloc. | sbc@chromium.org | 2014-01-30 | 2 | -3/+2 |
* | Enable tcmalloc heap-profiler module on Windows. | peria@chromium.org | 2013-12-11 | 4 | -15/+75 |
* | Fix compile error of deep-heap-profiler.cc under | peria@chromium.org | 2013-11-13 | 1 | -5/+6 |
* | Fixes for tcmalloc for VS2013 | scottmg@chromium.org | 2013-10-15 | 2 | -0/+3 |
* | Fix missing SYS_mmap when building Android on x86. | ohrn@opera.com | 2013-09-26 | 1 | -0/+3 |
* | c++11 ud suffix fixes for tcmalloc files | thakis@chromium.org | 2013-07-29 | 8 | -40/+45 |
* | Record Chrome trace events in tcmalloc heap profiles | jamescook@chromium.org | 2013-07-24 | 2 | -2/+34 |
* | Enable DMP for system Chromium WebView on Android | mnaganov@chromium.org | 2013-07-19 | 4 | -1/+10 |
* | Add RunID in deep-heap-profile which roughly discriminate each process execut... | dmikurube@chromium.org | 2013-07-11 | 2 | -0/+19 |
* | tcmalloc: Fix a C++11 error. | thakis@chromium.org | 2013-06-29 | 1 | -1/+1 |
* | Dump pageframes and their page counts by DEEP_HEAP_PROFILE_PAGEFRAME. | dmikurube@chromium.org | 2013-06-20 | 3 | -84/+230 |
* | Dump bucket ids of mmap'ed regions even if their allocated sizes are small or... | dmikurube@chromium.org | 2013-06-17 | 1 | -2/+3 |
* | Add PageSize in heap profile dumps by deep-heap-profile. | dmikurube@chromium.org | 2013-06-17 | 1 | -0/+4 |
* | Add CommandLine in heap profile dumps by deep-heap-profile. | dmikurube@chromium.org | 2013-06-11 | 2 | -0/+42 |
* | Dump heap profiles directly into files from deep-heap-profile. | dmikurube@chromium.org | 2013-06-11 | 3 | -70/+61 |
* | Verify that total committed memory in VMA is correct in deep-heap-profile. | dmikurube@chromium.org | 2013-06-11 | 1 | -1/+21 |
* | Breakdown "unhooked" memory regions by VMA pathnames and permissions. | dmikurube@chromium.org | 2013-05-28 | 1 | -13/+0 |
* | Add the reason in heap profiler dumps. | dmikurube@chromium.org | 2013-05-28 | 3 | -40/+66 |
* | Adds TCMalloc support for Android. | bulach@chromium.org | 2013-05-22 | 9 | -5/+430 |
* | Use UNIX time (seconds since January 1, 1970, 00:00:00) in deep-heap-profile.cc. | dmikurube@chromium.org | 2013-05-21 | 1 | -28/+3 |
* | Add sizes in MMAP_LIST by deep-heap-profile.cc. | dmikurube@chromium.org | 2013-05-21 | 1 | -0/+19 |
* | GTTF: Enable tcmalloc's debugallocation on Windows. | phajdan.jr@chromium.org | 2013-05-15 | 3 | -11/+9 |
* | Revert 182659 "Get a filename of dumped heap profile in a V8 ext..." | dmikurube@chromium.org | 2013-05-15 | 2 | -32/+11 |
* | Support Android in MallocHook for mmap, munmap and mremap. | dmikurube@chromium.org | 2013-05-14 | 2 | -1/+36 |
* | Use PRIx64 instead of PRIxPTR for uint64 in deep-heap-profile. | dmikurube@chromium.org | 2013-05-10 | 1 | -2/+2 |