1. ea38b91 Remove DISALLOW_* macros from third_party/ by Peter Boström · 2 years, 6 months ago main master
  2. e27a5fd Replace DISALLOW_COPY_AND_ASSIGN in third_party/ by Peter Boström · 2 years, 7 months ago
  3. cec4db3 tcmalloc: linux_syscall_support: Don't mark %rsp as clobbered in clone by Venkatesh Srinivas · 2 years, 9 months ago
  4. 8223dea Fix -Wimplicit-int-float-conversion. by Peter Kasting · 2 years, 9 months ago
  5. 680f908 Revert "Fix -Wimplicit-int-float-conversion." by Christian Dullweber · 2 years, 9 months ago
  6. 68afa3a Fix -Wimplicit-int-float-conversion. by Peter Kasting · 2 years, 9 months ago
  7. 62fdbb9 tcmalloc: Fix thread-safety (annotalysis) annotations by Venkatesh Srinivas · 3 years, 2 months ago
  8. 9c198d5 tcmalloc: Switch thread-safety annotations to support clang by Venkatesh Srinivas · 3 years, 2 months ago
  9. 26ed423 third_party/tcmalloc: Remove unused atomics Acquire_Store/Release_Load by Venkatesh Srinivas · 3 years, 2 months ago
  10. d9883c5 Refactor OS_LINUX preprocessor directive for LaCrOS effort. by Sean McAllister · 3 years, 8 months ago
  11. cbcb0be Move spinlock to a function static variable from global. by Hidehiko Abe · 3 years, 8 months ago
  12. a57ee98 Refactor OS_LINUX preprocessor directive for LaCrOS effort. by Sean McAllister · 3 years, 8 months ago
  13. 65b7396 remove copybara initialization artifacts by Gabriel Marin · 3 years, 10 months ago
  14. 28b6a79 Copybara Service Migration Initialization. by Gabriel Marin · 3 years, 10 months ago
  15. 1075da2 tcmalloc: precompute the pointer mask for the doubly linked list by Gabriel Marin · 3 years, 10 months ago
  16. a7a8e98 tcmalloc: drop initial-exec TLS model on arm-gcc in all pending cases by Jose Dapena Paz · 4 years, 9 months ago
  17. e81af5c Remove base::subtle::MemoryBarrier by Tomasz Moniuszko · 5 years ago
  18. 21a3e85 tcmalloc: Include <atomic> for std::atomic and std::memory_order_acquire by Raphael Kubo da Costa · 5 years ago
  19. f6c3a48 tcmalloc: Remove use of LINKER_INITIALIZED in STLPageHeapAllocator by Gabriel Marin · 5 years ago
  20. ec95381 tcmalloc: reland fix for mipsel compile errors by Gordana Cmiljanovic · 5 years ago
  21. 0ea1be8 tcmalloc: use 1MB chunk in MetaData allocator by Gabriel Marin · 5 years ago
  22. 6e88fcf tcmalloc: remove module initialization in malloc_extension.cc by Gabriel Marin · 5 years ago
  23. 7580942 tcmalloc: remove support for runtime selection of stack unwinding method by Gabriel Marin · 5 years ago
  24. eb9a352 tcmalloc: add method to update heap sampling period by Gabriel Marin · 5 years ago
  25. dc16542 tcmalloc: adjust default memory release parameters by Gabriel Marin · 5 years ago
  26. b86ced2 linux, android: Always assume futex syscall is availabble. by Nico Weber · 5 years ago
  27. a2cf74b tcmalloc: Always use a 3 level page map on 64-bit systems. by Gabriel Marin · 6 years ago
  28. d7885e1 tcmalloc: tiny commits gathered by Mao Huang · 6 years ago
  29. e3d1e03 tcmalloc: Make some tcmalloc constants truly const. by Gabriel Marin · 6 years ago
  30. 850d2ff tcmalloc: return early in WriteProfile to reduce indentation by Gabriel Marin · 6 years ago
  31. 6fa8d58 tcmalloc: Decrease the kHashbits to 12 effectively restoring the pre-r89459 size by Gabriel Marin · 6 years ago
  32. f1f5078 tcmalloc: Honor HEAPPROFILE envvar only in profiling=1 builds. by Gabriel Marin · 6 years ago
  33. 2684641 tcmalloc: Fix mmap region iteration while no regions are recorded. by Gabriel Marin · 6 years ago
  34. 092a402 tcmalloc: Add generic.total_physical_bytes property to MallocExtension by Gabriel Marin · 6 years ago
  35. b36f1b6 tcmalloc: add a guard page in front of metadata allocations by Gabriel Marin · 6 years ago
  36. 4447ff2 tcmalloc: GTTF: cherry-pick memalign/realloc mismatch debug code by Gabriel Marin · 6 years ago
  37. c285a82 tcmalloc: export SetPrevious and SetNext APIs for singly linked free lists by Gabriel Marin · 6 years ago
  38. 2f088f0 tcmalloc: fix bookkeeping of span free objects by Gabriel Marin · 6 years ago
  39. 611f09a tcmalloc: use standard-conforming alignof in debugallocation.cc by Gabriel Marin · 6 years ago
  40. 6bf7eae tcmalloc: Use aggressive decommit by default. by Gabriel Marin · 6 years ago
  41. 0e69a04 tcmalloc: support userland ASLR on Linux and Chrome OS by Mao Huang · 6 years ago
  42. ddf4d2a tcmalloc: add run-time CHECK to smoke-test allocator overrides by Mao Huang · 6 years ago
  43. cccdf7f tcmalloc: enable doubly-linked lists and disable huge allocations via build file by Gabriel Marin · 6 years ago
  44. 476bed7 tcmalloc: restrict maximum size of memory allocations by Gabriel Marin · 6 years ago
  45. c024a40 tcmalloc: enable large object pointer offset check by Gabriel Marin · 6 years ago
  46. 834e31a tcmalloc: support use of third party time function for about:profiler by Mao Huang · 6 years ago
  47. ffa94c1 tcmalloc: tcmalloc doubly-linked free-lists for thread caches by Mao Huang · 6 years ago
  48. 75180b1 tcmalloc: make the seccomp sandbox compatible with tcmalloc by Mao Huang · 6 years ago
  49. 592123f tcmalloc: Use indirect system calls in the mmap malloc hooks. by Gabriel Marin · 6 years ago
  50. 459c415 tcmalloc: allocator: add use_experimental_allocator_shim build flag by Mao Huang · 6 years ago
  51. 2c0af1e tcmalloc: change the default page size to 4k by Mao Huang · 6 years ago
  52. b4efbd2 tcmalloc: Add generated gperftools/tcmalloc.h file by Gabriel Marin · 6 years ago
  53. c6315fd tcmalloc: add config files for different platforms by Gabriel Marin · 6 years ago
  54. 89dd2a8 tcmalloc: fix heap profiler to always append the process id to the heap dump. by Mao Huang · 6 years ago
  55. 10906a1 tcmalloc: Let DEFINE_string define char arrays. by Mao Huang · 6 years ago
  56. c3887ae tcmalloc: Don't let tcmalloc read all kinds of env vars at startup. by Mao Huang · 6 years ago
  57. bc20da6 Abort: change the magic value written to NULL by jln@chromium.org · 6 years ago
  58. 2d8d981 Try not to inline tcmalloc::Abort() so we can find it in stack trace. by kaiwang@chromium.org · 6 years ago
  59. ab2c048 Force abort to a volatile pointer. by kaiwang@chromium.org · 6 years ago
  60. 9975d60 Add a chromium version abort function for tcmalloc: Abort(). by kaiwang@chromium.org · 6 years ago
  61. d030725 Fix potential missing nul character on resolved symbol names by etienneb · 6 years ago
  62. 5a18acb tcmalloc: use relative addresses with the windows addr2line wrapper by Gabriel Marin · 6 years ago
  63. a083444 tcmalloc: add long form flag '--exe' to specify the binary by Gabriel Marin · 6 years ago
  64. 1e0c430 tcmalloc: fixes for the windows addr2line wrapper by Gabriel Marin · 6 years ago
  65. 0d3109e tcmalloc: pull in tcmalloc 2.7 by Gabriel Marin · 6 years ago
  66. 8cb29c6 Reland "tcmalloc: Move existing tcmalloc files under gperftools-2.0." by Gabriel Marin · 6 years ago
  67. 1f9bc34 Revert "tcmalloc: Move existing tcmalloc files under gperftools-2.0." by Jochen Eisinger · 6 years ago
  68. 59cb9d5 tcmalloc: Move existing tcmalloc files under gperftools-2.0. by Gabriel Marin · 6 years ago
  69. 44353b8 [MIPS][tcmalloc] Fix mipsel compile errors by Gordana Cmiljanovic · 6 years ago
  70. a84bc05 Avoid using inline cast in mips assembly code. by Piotr Tworek · 6 years ago
  71. 4639ab6 Add SuggestedDelayNS() implementation for 32bit arches without Atomic64 by Gordana Cmiljanovic · 6 years ago
  72. c60728a [MIPS64] Add support for using tcmalloc on loongson platform. by Wang Qing · 6 years ago
  73. 6f4f0a5 Make some tcmalloc constants truly const. by Lei Zhang · 6 years ago
  74. 43dbaa9 Tcmalloc: Don't use MADV_FREE on linux by Tom Anderson · 7 years ago
  75. 9e0c51b remove superfluous size_t value >= 0 check by Mostyn Bramley-Moore · 7 years ago
  76. be42c95 Fix potential missing nul character on resolved symbol names by etienneb · 7 years ago
  77. 1ab8813 Revert of tcmalloc: Use C++11 atomics where appropriate. (patchset #9 id:160001 of https://codereview.chromium.org/1549913002/ ) by thakis · 7 years ago
  78. 5f83b09 tcmalloc: Use C++11 atomics where appropriate. by thakis · 7 years ago
  79. 111c9c2 Fix -Wshift-negative-value transgression in tcmalloc. by thakis · 7 years ago
  80. fb73edc Build addr2line-pdb from tcmalloc for use in memory-infra symbolization by ajwong · 7 years ago
  81. ded3c36 tcmalloc: Use the default TLS model on arm-gcc, CrOS only. by laszio · 7 years ago
  82. 72d58b6 tcmalloc: Use futex syscall in SpinLockDelay() for ARM. by matteo.franchin · 7 years ago
  83. 86dc902 Revert of tcmalloc: Use futex syscall in SpinLockDelay() for ARM. (patchset #5 id:80001 of https://codereview.chromium.org/2457473003/ ) by cavalcantii · 7 years ago
  84. c7bd69f tcmalloc: Use futex syscall in SpinLockDelay() for ARM. by matteo.franchin · 7 years ago
  85. 58a93be allocator: add use_experimental_allocator_shim build flag by primiano · 8 years ago
  86. 65f2d25 tcmalloc: Fix include of malloc_hook_c.h in malloc_hook.h by sque · 8 years ago
  87. 2b74c3b Allocator cleanup: move tcmalloc-specific calls to base by primiano · 8 years ago
  88. 65dada7 Add run-time CHECK to smoke-test allocator overrides by primiano · 8 years ago
  89. 9be7354 Enable tcmalloc VDSO support only on x86 to reduce static initializers by primiano · 8 years ago
  90. 28a19e7 Revert of tcmalloc: Use C++11 atomics where appropriate. (patchset #8 id:140001 of https://codereview.chromium.org/1549913002/ ) by thakis · 8 years ago
  91. 111f540 tcmalloc: Use C++11 atomics where appropriate. by thakis · 8 years ago
  92. 2ff8765 Add generic.total_physical_bytes property to MallocExtension by ssid · 8 years ago
  93. 0da3500 Restore missing HEAP_PROFILE definitions by rockot · 9 years ago
  94. de35ee2 Remove clang type profiler and deep memory profiler. by thakis · 9 years ago
  95. fa1492f stray c++11 ud suffix fixes for tcmalloc files by mostynb · 9 years ago
  96. fd89e96 tcmalloc:Add "ARMv8-a" to the supporting list of ARM architecture. by milton.chiang · 9 years ago
  97. 0cbc5e2 Fix GCC warning in heap-profile-table.cc. by tnagel · 9 years ago
  98. 4d2a4ae tcmalloc: Honor HEAPPROFILE envvar only in profiling=1 builds. by thakis@chromium.org · 10 years ago
  99. 694f2a1 tcmalloc: Let DEFINE_string define const char*s. by thakis@chromium.org · 10 years ago
  100. 7f1320a Fix build error with tcmalloc for android by jungjik.lee@samsung.com · 10 years ago