summaryrefslogtreecommitdiff
path: root/src/mongo/util/tcmalloc_server_status_section.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-38381 Fix some override qualifiersADAM David Alan Martin2018-12-191-6/+6
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-34541 Remove MessagePort and ListenerAndrew Morrow2018-04-181-1/+0
* SERVER-33450 Remove dependancy on network for service_context so that lib can...Henrik Edin2018-03-011-1/+1
* SERVER-30114 Add simple slow spinlock monitoringMark Benvenuto2018-02-091-0/+2
* SERVER-31818 Add server parameter to disable MarkThread{temporary}IdleMark Benvenuto2017-11-031-0/+8
* SERVER-31380 Add metrics related to tcmalloc acquiring and decommitting memor...Mark Benvenuto2017-11-031-0/+17
* SERVER-30136 Move session stats tracking to the service entry point. At the s...Henrik Edin2017-09-151-3/+2
* SERVER-28249 (TCMalloc) Use MarkThreadTemporarilyIdle instead of MarkThreadIdleGeert Bosch2017-03-091-2/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-1/+2
* SERVER-24162 Integrate TransportLayerSamantha Ritter2016-07-121-1/+4
* SERVER-24479 Make 'Notification' class be able to return a valueKaloian Manassiev2016-06-101-1/+1
* SERVER-23409 fix lintKyle Suarez2016-05-241-1/+0
* SERVER-23409 tunable verbosity for tcmalloc in serverStatusKyle Suarez2016-05-241-5/+23
* SERVER-23069 improve tcmalloc freelist statsKyle Suarez2016-03-251-4/+36
* SERVER-21464: Return all threaed-local memory to tcmalloc central cache when ...Martin Bligh2015-11-151-13/+26
* SERVER-17105 Check for running under ValgrindMark Benvenuto2015-11-121-3/+10
* SERVER-18716: check return value of GetNumericPropertyMartin Bligh2015-10-151-2/+2
* SERVER-19941 enable tcmalloc ServerStatusSection by defaultMathias Stearn2015-09-111-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-85/+83
* SERVER-18481 Fix compile breakKaloian Manassiev2015-05-221-2/+2
* SERVER-18481: Update tcmalloc to free in more friendly wayMartin Bligh2015-05-221-26/+11
* SERVER-18079: Use TCMalloc for WT on WindowsMark Benvenuto2015-05-051-10/+0
* SERVER-18079: Use TCMalloc for WT on WindowsMark Benvenuto2015-05-041-0/+10
* SERVER-17465 Do not attempt to use tcmalloc customizations with system tcmallocAndrew Morrow2015-03-311-1/+3
* SERVER-17310 Replace boost::*_mutex::scoped_lock with boost::lock_guard.Andy Schwerin2015-03-051-1/+1
* SERVER-16773: better tcmalloc cleanupEliot Horowitz2015-01-261-4/+26
* SERVER-16773: Mark threads idle for tcmallocGeert Bosch2015-01-221-0/+28
* SERVER-16829 Expose tcmalloc configuration options for per-thread cache size ...Andy Schwerin2015-01-131-2/+3
* SERVER-14062 Add OperationContext to ServerStatusSectionKaloian Manassiev2014-11-251-1/+3
* SERVER-8995 changed gperftools version in build configuration and source file...Benety Goh2014-06-051-1/+1
* Revert "SERVER-8995 changed gperftools version in build configuration and sou...Benety Goh2014-05-221-1/+1
* SERVER-8995 changed gperftools version in build configuration and source file...Benety Goh2014-05-211-1/+1
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-6950 Add a TCMalloc ServerStatusSectionMathias Stearn2013-11-121-0/+82