summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Update cmakeokhowang(王沛文)2020-12-198-482/+1407
* Fix a few macros for AppleIsaac Hier2020-12-192-109/+9
* Work on fixing linking errors in stacktraceIsaac Hier2020-12-192-75/+89
* Fix conditional definitionsIsaac Hier2020-12-191-31/+50
* Make internal tcmalloc libsIsaac Hier2020-12-191-99/+73
* More unit tests and librariesIsaac Hier2020-12-191-3/+122
* Fix config headers, add more unit testsIsaac Hier2020-12-193-11/+23
* Finish configure.ac conversion to CMake, start on Makefile.amIsaac Hier2020-12-197-234/+656
* Generate config headerIsaac Hier2020-12-196-49/+589
* Add architecture checksIsaac Hier2020-12-193-25/+71
* Add most of CMake buildIsaac Hier2020-12-192-22/+236
* Define options, start system checksIsaac Hier2020-12-191-10/+94
* Add CMakeLists.txtIsaac Hier2020-12-191-0/+33
* Additional porting for riscv64.Steve Langasek2020-12-193-5/+110
* Enable build on riscv64.Steve Langasek2020-12-191-0/+2
* docs: fix simple typo, defininitions -> definitionsTim Gates2020-12-191-2/+2
* Revert "drop page heap lock when returning memory back to kernel"Aliaksey Kandratsenka2020-12-193-64/+23
* Add OS X arm64 program counterGrant Henke2020-12-191-0/+1
* Merge pull request #1231 from PatriosTheGreat/masterAliaksey Kandratsenka (aka Aliaksei Kandratsenka)2020-11-171-1/+2
|\
| * Fix implicit-int-float-conversion warning.Levon Ter-Grigoryan2020-11-171-1/+2
|/
* Increase kMaxStackDepth to 254Kerrick Staley2020-07-111-1/+1
* don't test sbrk hook if we're on linux and don't have __sbrkAliaksey Kandratsenka2020-07-111-1/+1
* bumped version to 2.8gperftools-2.8Aliaksey Kandratsenka2020-07-065-10/+30
* Don't try to mark esp as clobbered in linux syscall support.Ryan Macnak2020-07-061-4/+4
* liberate gperftools tests from relying on -fno-builtin-XXX flagsAliaksey Kandratsenka2020-07-067-120/+124
* prevent inlining in heap-checker unittestAliaksey Kandratsenka2020-07-051-1/+1
* fix linking of page_heap_test on windowsAliaksey Kandratsenka2020-07-052-12/+94
* chmod -x Makefile.am gperftools.slnAliaksey Kandratsenka2020-03-232-0/+0
* don't assume HAVE_MMAP on mingw buildsAliaksey Kandratsenka2020-03-231-4/+7
* New ProfilerGetStackTrace()Kirill Müller2020-03-083-1/+14
* bumped version to 2.8rcgperftools-2.7.90Aliaksey Kandratsenka2020-03-084-7/+99
* drop page heap lock when returning memory back to kernelAliaksey Kandratsenka2020-03-083-23/+64
* amputate span events historyAliaksey Kandratsenka2020-03-084-37/+0
* Fix mmap syscall on s390Ilya Leoshkevich2020-03-081-0/+6
* tcmalloc: ability to disable fallback allocator in memfsJon Kohler2020-02-231-3/+10
* tcmalloc: fragmentation overhead instrumentationJon Kohler2020-02-231-5/+12
* Fix a clang-tidy readability warning for static member accessTodd Lipcon2020-02-101-1/+1
* Remove executable flag for c++ filesprehistoricpenguin2020-02-096-0/+0
* Increase kClassSizesMax to 128 to allow for page size of 4KHenrik Edin2020-02-091-1/+1
* Allow configuring page size to 4K, 8K, 16K, 32K, 64K, 128K and 256KHenrik Edin2020-02-094-17/+20
* Fix the removed std::allocator::pointer member type removed in C++20Laurent Stacul2020-02-091-2/+2
* Add mips64* supportshipujin2020-02-091-1/+1
* Update config.h in WindowsHoly Wu2019-04-211-14/+10
* Fix a long time typo2019-04-171-1/+1
* never test and always default HAVE_MMAP to onAliaksey Kandratsenka2019-04-071-25/+5
* Fix build on FreeBSDpkubaj2019-04-071-0/+4
* Fix typosJakub Wilk2019-04-071-2/+2
* don't try to mark rsp as clobbered in linux syscall supportAliaksey Kandratsenka2019-02-101-1/+1
* Use initial exec TLS model for all thread local variables from thread_cache.ccRomain Geissler2019-02-101-1/+1
* Fix accessing PC on FreeBSD/powerpc and powerpc64pkubaj2019-02-101-0/+1