1. c64a5d5 mac: Several minor fixes to allocator shim. by erikchen · 7 years ago
  2. ec7dee1 Set noinline attribute on exported shim layer functions. by pcc · 7 years ago
  3. 411f938 allocator: Fix function type mismatch in allocator function definitions. by pcc · 8 years ago
  4. 7453b1b Add a comment to the allocator shim. by erikchen · 8 years ago
  5. cc6a4e5 base: Add support for malloc zones to the allocator shim by erikchen · 8 years ago
  6. 8c140ff Hook up allocator shim on mac. by erikchen · 8 years ago
  7. 3ec200d Make InsertAllocatorDispatch thread safe. by siggi · 8 years ago
  8. f73a21c [tracing] Implement RealSizeEstimate for Android. by dskiba · 8 years ago
  9. f7f3a7e Implement a ScopedThreadHeapUsage class to allow profiling per-thread heap usage. by siggi · 8 years ago
  10. 9fabf86 Fix unused variable warning in the Win-Clang build by hans · 8 years ago
  11. 3cd8769 Hookup the generic heap intercept for Windows. by siggi · 8 years ago
  12. c51b1a2 Remove deprecated libchrome_public target. by yfriedman · 8 years ago
  13. 2c1b9a4 Reland (2) of Enable allocator shim for Android (crrev.com/1875043003) by primiano · 8 years ago
  14. 45b3e8d Revert of Enable allocator shim for Android (https://codereview.chromium.org/1875043003/) (patchset #2 id:20001 of https://codereview.chromium.org/1875173002/ ) by pasko · 8 years ago
  15. e1c06a5 Reland of Enable allocator shim for Android (crrev.com/1875043003) by primiano · 8 years ago
  16. 68d1f9a Introduce allocator shim for Android by primiano · 8 years ago
  17. f0ef5fc metrics: Connect leak detector to base::allocator by sque · 8 years ago
  18. 595aece Improve performance of the malloc shim layer by primiano · 8 years ago
  19. 2597403 Allocator shim skeleton + Linux impl behind a build flag by primiano · 9 years ago
  20. 92109f2 Allocator cleanup: allocator_extension call directly into tcmalloc by primiano · 9 years ago
  21. db4764b Remove allocator_extension_thunks since this layer is not required by primiano · 9 years ago
  22. f6e2ebd [Eraser] Remove chrome://tcmalloc by ruuda · 9 years ago
  23. db47a2a Remove unused memory functions by ruuda · 9 years ago
  24. 83bda6c [tracing] Fix resident size of malloc dump provider when tcmalloc is used by ssid · 9 years ago
  25. 0393da3 base: Fix/add header #ifndef guards. by danakj · 10 years ago
  26. 0540c6b Revert of base: Fix/add header #ifndef guards. (patchset #2 id:20001 of https://codereview.chromium.org/985003004/) by bnc · 10 years ago
  27. 81d2a16 base: Fix/add header #ifndef guards. by danakj · 10 years ago
  28. f2a57fa Restore the allocator shim on Windows. Add 2Gb limit on allocations via the shim. Remove tcmalloc from Windows. by wfh · 10 years ago
  29. c4d6a6e clang/win: Fix a few warnings. by thakis@chromium.org · 10 years ago
  30. 87839ab Use SYZYASAN instead of ADDRESS_SANITIZER. by chrisha@google.com · 10 years ago
  31. 5ae75d0 Remove third_party/jemalloc by hans@chromium.org · 11 years ago
  32. d4a15ae Cleanup allocator_shim.cc from ENABLE_DYNAMIC_ALLOCATOR_SWITCHING by b.kelemen@samsung.com · 11 years ago
  33. 5449827 Include stddef.h for the definition of size_t. by hans@chromium.org · 11 years ago
  34. dcdeca2 Change call_new_handler to be non extern C; not called outside this code and it's causing issues with the linker on Win-64 by wfh@chromium.org · 12 years ago
  35. d762c6c Use WINHEAP by default if ADDRESS_SANITIZER is defined. by sebmarchand@chromium.org · 12 years ago
  36. 4db9dd2 Report memory usage retained by TCMalloc freelists. by alexeif@chromium.org · 12 years ago
  37. 837b44d Add an option to use tcmalloc's debugallocation for Debug builds by phajdan.jr@chromium.org · 12 years ago
  38. 5cb5bcc Revert 166547 - Use tcmalloc's debugallocation for Debug builds by scottmg@google.com · 12 years ago
  39. bfc4a7a Use tcmalloc's debugallocation for Debug builds by phajdan.jr@chromium.org · 12 years ago
  40. 9259c1f A Speculative Revert for 164939 - Use tcmalloc's debugallocation for Debug builds by hbono@chromium.org · 12 years ago
  41. 0980012 Use tcmalloc's debugallocation for Debug builds by phajdan.jr@chromium.org · 12 years ago
  42. 5401208 Expose memory allocator internal stats and properties. by alexeif@chromium.org · 12 years ago
  43. d5f1326 Modify allocator_shim to support _aligned_alloc(), _aligned_free(). by dalecurtis@chromium.org · 12 years ago
  44. 1d967bf Remove the rest of #pragma once in one big CL. by ajwong@chromium.org · 12 years ago
  45. 3b45a24 1. Enable large object pointer offset check in release build. by kaiwang@chromium.org · 12 years ago
  46. 3140754 Route calls to tcmalloc MallocExtension through allocator agnostic interface by jamesr@chromium.org · 12 years ago
  47. 8f30664 Explicitly track the time source type in base/profiler/alternate_timer.h by isherman@chromium.org · 12 years ago
  48. 3f86849 Revert 134041 - Explicitly track the time source type in base/profiler/alternate_timer.h by dpapad@chromium.org · 12 years ago
  49. d1b141c Explicitly track the time source type in base/profiler/alternate_timer.h by isherman@chromium.org · 12 years ago
  50. 4626ccb Support use of third party time function for about:profiler by jar@chromium.org · 13 years ago
  51. cbb5463 windows: Fix a few things clang complains about. by thakis@chromium.org · 13 years ago
  52. 5faed3c Replace most LOG/CHECK statements with DLOG/DCHECK statements in base. by brettw@chromium.org · 13 years ago
  53. 8167d20 Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements in base. by brettw@chromium.org · 13 years ago
  54. 951e6ff Replace most LOG/CHECK statements with DLOG/DCHECK statements in base. by brettw@chromium.org · 13 years ago
  55. d1e9376 Merge google-perftools r109 (the current contents of third_party/tcmalloc/vendor) by glider@chromium.org · 13 years ago
  56. 2bb7957 Switch to using TCMALLOC in browser process to fix WinHeap hanging IO thread for 15 secs. by rtenneti@chromium.org · 13 years ago
  57. d225cf6 Revert 79258 - Mark all the free'ed region with special markers so that browser by rtenneti@chromium.org · 13 years ago
  58. a8857b1 Mark all the free'ed region with special markers so that browser by rtenneti@chromium.org · 13 years ago
  59. 40cc068 Switch to using WinHeap for the browser process by jar@chromium.org · 13 years ago
  60. 3ff5995 Add redundancy to detect double frees in TCMalloc by jar@chromium.org · 13 years ago
  61. c067b0a Revert 78166 - Test impact of an allocator change to detect double frees by jar@chromium.org · 13 years ago
  62. 44f2f79 Test impact of an allocator change to detect double frees by jar@chromium.org · 13 years ago
  63. f9bfd8e Revert 77948 - Add redundancy to detect double frees in TCMalloc by jar@chromium.org · 14 years ago
  64. 1c3671b Add redundancy to detect double frees in TCMalloc by jar@chromium.org · 14 years ago
  65. a28ee14 Revert 77941 - Add redundancy to detect double frees in TCMalloc by jar@chromium.org · 14 years ago
  66. cd2bf7b Add redundancy to detect double frees in TCMalloc by jar@chromium.org · 14 years ago
  67. 09fa7f1 Support mixed allocation in browser vs subprocesses by jar@chromium.org · 14 years ago
  68. c501f61 Revert 77207 - Support mixed allocation in browser vs subprocesses by jar@chromium.org · 14 years ago
  69. 7759b6e Support mixed allocation in browser vs subprocesses by jar@chromium.org · 14 years ago
  70. 6f219be Revert 77111 - Test performance of default allocator in browser process by jar@chromium.org · 14 years ago
  71. 34ad2fe Test performance of default allocator in browser process by jar@chromium.org · 14 years ago
  72. e20a5d9 Revert 77066 - Test impact of using default windows allocator by jar@chromium.org · 14 years ago
  73. 9d518b0 Test impact of using default windows allocator by jar@chromium.org · 14 years ago
  74. 31b745e Fix nacl_sandbox_tests dependency: by victorw@chromium.org · 14 years ago
  75. 2893900 Branch the files in the shim layer that switches between the by sgk@chromium.org · 15 years ago