7
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 04, 2023 — May 04, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Several build fixes and cleanups - Fix CMake builds for MinGW and MSVC - Ensure the Autotools, CMake and VSProj builds do not reference each others' config.h - Use std::thread::id instead of our own thread ID wrappers - Moved explicit TLS wrapper functions into the tcmalloc:: namespace and change their visibility to hidden Resolves #1486 More... 3 months ago
amputate HAVE_FORK checking More... 3 months ago
drop unnecessary pid_t/getpid dependencies More... 3 months ago
drop pid_t dependency in ProcMapsIterator and simplify it More... 3 months ago
drop disabled chunk of tcmalloc_unittest.cc More... 3 months ago
Work around malloc/HeapFree mismatch in early versions of Win11's shell32.dll More... 3 months ago
Convert MinGW builds to always use WinAPI based threading facilities. See ##1483 More... 3 months ago
amputate unused HeapProfileTable::IterateOrderedAllocContexts More... 3 months ago
use generic writer when producing heap profiles More... 3 months ago
allow AddressMap::Iterate via lambda More... 3 months ago
introduce generic_writer facility More... 3 months ago
drop unused HasPosixThreads declaration More... 4 months ago
check_address_test.cc: missed MAP_ANON fix More... 4 months ago
bump version to 2.15 More... 4 months ago
move dynamic_annotations.cc under libsysinfo.la More... 4 months ago
[cmake] explicitly link more libraries for threading More... 4 months ago
few editorial fixes to NEWS for 2.14 release More... 4 months ago
correct NEWS entry about QNX (it supports heap profiler) More... 4 months ago
avoid unused variable warning for TCMallocImplementation space More... 4 months ago
add recently added getpc-inl.h to a set of headers to package More... 4 months ago
bump version to 2.14 More... 4 months ago
construct malloc extension instances in static spaces More... 4 months ago
Revert "[osx] implement native c++ allocation operators on osx" More... 4 months ago
test PREFER_LIBGCC_UNWINDER via defined() More... 4 months ago
added missing aggressive decommit option in cmake More... 4 months ago
added missing large alloc report option in cmake More... 4 months ago
added missing finding asm/ptrace.h in cmake More... 4 months ago
added missing finding `HAVE___ATTRIBUTE__ALIGNED_FN` in cmake More... 4 months ago
added missing gcc unwinder preference option in cmake More... 4 months ago
fixed setting pagesize and pageshift in cmake More... 4 months ago