1. 1880a6c [garnet] Remove reference to garnet by Gwen Mittertreiner · 1 year, 11 months ago main master
  2. 1f5e3de [gperftools] Fix volatile usage for C++20 by Mark Schott · 3 years, 3 months ago
  3. ba03831 [gperftools] Cleaned up profiler initialization by Fabio Riccardi · 5 years ago
  4. fd5d486 [Profiler] Adding Fuchsia specific code by Fabio Riccardi · 5 years ago
  5. e9ab4c5 undef mmap64 function by Fabrice Fontaine · 6 years ago
  6. 5eec9d0 Drop not very portable and not very useful unwind benchmark. by Aliaksey Kandratsenka · 6 years ago
  7. 1561f09 check for __sbrk by Fabrice Fontaine · 6 years ago
  8. 1de7667 Fix mmap region iteration while no regions are recorded. by Gabriel Marin · 6 years ago
  9. acdcacc Use off64_t instead of __off64_t by Fabrice Fontaine · 6 years ago
  10. 0177a24 Return early in WriteProfile to reduce indentation by Gabriel Marin · 6 years ago
  11. b85652b Add generic.total_physical_bytes property to MallocExtension by Gabriel Marin · 6 years ago
  12. 90df23c Make some tcmalloc constants truly const by Gabriel Marin · 6 years ago
  13. 49dbe43 Add comment about gperftools 2.8 not deduplicating heapz samples. by Aliaksey Kandratsenka · 6 years ago
  14. 63a12a5 Drop de-duplication of heap sample (aka heapz) entries. by Aliaksey Kandratsenka · 6 years ago
  15. 954f9dc Add flag to disable installing unmaintained & deprecated pprof. by Aliaksey Kandratsenka · 6 years ago
  16. 893bff5 Avoid static initialization of pprof path for symbolization. by Aliaksey Kandratsenka · 6 years ago
  17. 69867c5 Clean up MSVC projects by Holy Wu · 6 years ago
  18. f2bca77 Fix page_heap_test flakiness by Brian Silverman · 6 years ago
  19. c41688b Use standard-conforming alignof in debugallocation.cc by Aliaksey Kandratsenka · 6 years ago
  20. 71c8ced Fix incompatible aliasing warnings by Aliaksey Kandratsenka · 6 years ago
  21. 8dd3040 Format and fix out of bound access in CpuProfilerSwitch by Aliaksey Kandratsenka · 6 years ago
  22. 467502e provide constexpr constructor for Sampler by Aliaksey Kandratsenka · 6 years ago
  23. 1fb543c Patch _free_dbg to make Debug mode in MSVC works by HolyWu · 6 years ago
  24. 267f431 Use indirect system calls in the linux spinlock implementation by Gabriel Marin · 6 years ago
  25. 73ee9b1 Use indirect system calls in the mmap malloc hooks. by Gabriel Marin · 6 years ago
  26. 3af509d benchmark: use angle brackets to include ucontext.h by Gabriel Marin · 6 years ago
  27. 0cdda6d use utf-8 for special symbols by Gabriel Marin · 6 years ago
  28. c7a0cfd Fix potential missing nul character on resolved symbol names by etienneb · 7 years ago
  29. e42bfc8 tcmalloc: use relative addresses with the windows addr2line wrapper by Gabriel Marin · 6 years ago
  30. d8f8d1c tcmalloc: add long form flag '--exe' to specify the binary by Gabriel Marin · 6 years ago
  31. 25c53ac tcmalloc: fixes for the windows addr2line wrapper by Gabriel Marin · 6 years ago
  32. f02e28f Replace builtin_expect configure test with a direct GCC compiler check by Gabriel Marin · 6 years ago
  33. 62c4eca Under x64, the PE loader looks for callbacks in constant sections by obones · 6 years ago
  34. 0b588e7 Fix uninitialized memory use in sampler_test by Brian Silverman · 6 years ago
  35. 51a5613 Upgrade MSVC projects to MSVC2015 by Aliaksei Kandratsenka · 6 years ago
  36. 44da4ce build with c++11 or later by Aliaksey Kandratsenka · 6 years ago
  37. f47a52c Make _recalloc adhere to MS's definition by HolyWu · 6 years ago
  38. fe87ffb Disable large allocation report by default by Junhao Li · 6 years ago
  39. 9608fa3 bumped version to 2.7 by Aliaksey Kandratsenka · 6 years ago gperftools-2.7
  40. db890cc Clean up src/windows/config.h by HolyWu · 6 years ago
  41. 497ea33 Fix WIN32_OVERRIDE_ALLOCATORS for VS2017 by HolyWu · 6 years ago
  42. ebc85cc Enable aligned new/delete declarations on Windows when applicable by HolyWu · 6 years ago
  43. a3badd6 Really fix CheckAddressBits compilation warning by Aliaksey Kandratsenka · 6 years ago
  44. 7c718fe Add tests for sized deallocation by HolyWu · 6 years ago
  45. 30e5e61 Fix build without static libraries by Fabrice Fontaine · 6 years ago
  46. 836c4f2 Update documentation for heap_checker.html by Ben Dang · 6 years ago
  47. e47d0d1 powerpc: Re-enable VDSO support by Tulio Magno Quites Machado Filho · 6 years ago
  48. 0a66dd3 linux: add aarch64_ilp32 support. by Christoph Müllner · 6 years ago
  49. 05dff09 Fix signature of sbrk. by Christoph Müllner · 6 years ago
  50. 33ae0ed unbreak compilation on GNU/Linux i386 by Aliaksey Kandratsenka · 6 years ago
  51. 977e0d4 Remove not needed header in vdso_support.cc. by Christoph Müllner · 6 years ago
  52. 36bfa9a Enable tcmalloc VDSO support only on x86 to reduce static initializers by Mao · 6 years ago
  53. 1cb5de6 Explicitly prevent int overflow by Mao · 6 years ago
  54. 8f63f2b Correctly detect presence of various functions in tcmalloc.h by Aliaksey Kandratsenka · 6 years ago
  55. 7366488 Don't test OOM handling of debugallocator by Aliaksey Kandratsenka · 6 years ago
  56. c4a8e00 Fix warning about one of CheckAddressBits functions unused by Aliaksey Kandratsenka · 6 years ago
  57. 47c99cf unbreak printing large span stats by Aliaksey Kandratsenka · 6 years ago
  58. 34f78a2 bumped version to 2.7rc by Aliaksey Kandratsenka · 6 years ago gperftools-2.6.90
  59. db98aac Add a central free list for kMaxPages-sized spans by Todd Lipcon · 6 years ago
  60. d7be938 implement more robust detection of sized delete support by Aliaksey Kandratsenka · 6 years ago
  61. f1d3fe4 refactored handling of reverse span set iterator for correctness by Aliaksey Kandratsenka · 6 years ago
  62. 59c77be Update docs for central page heap to reflect tree by Todd Lipcon · 6 years ago
  63. 06c9414 Implemented O(log n) searching among large spans by Aliaksey Kandratsenka · 7 years ago
  64. a42e447 typo in docs/tcmalloc.html by Ishan Arora · 6 years ago
  65. 71bf09a bumped version to 2.6.3 by Aliaksey Kandratsenka · 6 years ago gperftools-2.6.3
  66. 0bccb5e fix malloc fast path for patched windows functions by Aliaksey Kandratsenka · 6 years ago
  67. 8b1d13c configure.ac: use link check for std::align_val_t by Stephan Zuercher · 6 years ago
  68. 36ab068 configure.ac: better test for -faligned-new by Stephan Zuercher · 6 years ago
  69. 6a4b079 bumped version to 2.6.2 by Aliaksey Kandratsenka · 6 years ago gperftools-2.6.2
  70. 2291714 implement fast-path for memalign/aligned_alloc/tc_new_aligned by Aliaksey Kandratsenka · 6 years ago
  71. 8b9728b add memalign benchmark to malloc_bench by Aliaksey Kandratsenka · 6 years ago
  72. 79c91a9 always define empty PERFTOOLS_NOTHROW by Aliaksey Kandratsenka · 6 years ago
  73. 03da6af unbreak throw declarations on operators new/delete by Aliaksey Kandratsenka · 6 years ago
  74. 89fe59c Fix OOM handling in fast-path by Aliaksey Kandratsenka · 6 years ago
  75. a29a0cf delete-trailing-whitespace on thread_cache.* by Aliaksey Kandratsenka · 6 years ago
  76. e6cd69b reintroduce aliasing for aligned delete by Aliaksey Kandratsenka · 6 years ago
  77. fb30c3d fully disable aligned new on windows for now by Aliaksey Kandratsenka · 6 years ago
  78. 7efb3ec Add support for C++17 operator new/delete for overaligned types. by Andrey Semashev · 7 years ago
  79. 7a6e25f Add new statistics for the PageHeap by Andrew Morrow · 6 years ago
  80. 6e3a702 Fix data race setting size_left_ in ThreadCache::SetMaxSize by Jianbo Yang · 7 years ago
  81. 235471f fix memory leak in Symbolize function by cs-lee · 7 years ago
  82. 47efdd6 Added mising va_end() in TracePrintf function by cs-lee · 7 years ago
  83. 497b60e Implemented GetProgramInvocationName on FreeBSD by Vladimir · 7 years ago
  84. ac072a3 Revert "Ignore current_instance heap allocation when leak sanitizer is enabled" by Aliaksey Kandratsenka · 7 years ago
  85. fb5987d Revert "Ensure that lsan flags are appended on all necessary targets" by Aliaksey Kandratsenka · 7 years ago
  86. 5815f02 Use safe getenv for setting up backtrace capturing method by Aliaksey Kandratsenka · 7 years ago
  87. aab4277 Fixed LTO warning about the mismatch between return values for ProfilingIsEnabledForAllThreads() by Dorin Lazăr · 7 years ago
  88. d406f22 implement support for C11 aligned_alloc by Aliaksey Kandratsenka · 7 years ago
  89. 92a27e4 Fix build on macOS. by Piotr Sikora · 7 years ago
  90. e033431 include fcntl.h for loff_t definition by Khem Raj · 7 years ago
  91. e41bc41 Use ucontext_t instead of struct ucontext by Khem Raj · 7 years ago
  92. bf840de bumped version to 2.6.1 by Aliaksey Kandratsenka · 7 years ago gperftools-2.6.1
  93. 2d220c7 Replace "throw()" by "PERFTOOLS_NOTHROW" by Romain Geissler · 7 years ago
  94. c4de73c Add PERFTOOLS_THROW where necessary (as detected by GCC). by Romain Geissler · 7 years ago
  95. e5fbd0e Rename PERFTOOLS_THROW into PERFTOOLS_NOTHROW. by Romain Geissler · 7 years ago
  96. eeb7b84 Register tcmalloc atfork handler as early as possible by Aliaksey Kandratsenka · 7 years ago
  97. 208c26c Add initial syscall support for mips64 32-bit ABI by Aliaksey Kandratsenka · 7 years ago
  98. a3bf61c Ensure that lsan flags are appended on all necessary targets by Francis Ricci · 7 years ago
  99. 97646a1 Add missing NEWS entry for recent 2.6 release by Aliaksey Kandratsenka · 7 years ago
  100. 4be05e4 bumped version up to 2.6 by Aliaksey Kandratsenka · 7 years ago gperftools-2.6