summaryrefslogtreecommitdiff
path: root/src/mongo/util/tcmalloc_set_parameter.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-03-051-1/+1
* Revert "SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumber"Bynn Lee2021-02-251-1/+1
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-02-221-1/+1
* SERVER-40811 make initializers throwyBilly Donahue2020-12-081-5/+3
* SERVER-42697 Add setParameter tcmallocReleaseRateHenrik Ingo2019-12-051-0/+25
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-7/+5
* SERVER-7143 replace standard library number parsing with custom NumberParserNathan Brown2019-06-271-1/+1
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-1/+0
* SERVER-37092 Remove old server parameter APISara Golemon2019-03-031-1/+0
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38930 Switch new custom SCPs to use cpp_class methodSara Golemon2019-01-121-50/+54
* SERVER-38579 Convert Tcmalloc set parameters to IDLMark Benvenuto2018-12-181-39/+33
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-33643 refactor processInfo to no longer depend on globalRobert Guo2018-03-151-1/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-2/+2
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-6/+9
* SERVER-23538 Set tcmalloc cache size based on system memory sizeVincent Do2016-05-031-3/+13
* SERVER-17105 Check for running under ValgrindMark Benvenuto2015-11-121-5/+12
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-86/+81
* SERVER-17465 Do not attempt to use tcmalloc customizations with system tcmallocAndrew Morrow2015-03-311-1/+1
* SERVER-16773: Increase TCMalloc default cache size to 1GEliot Horowitz2015-01-281-1/+1
* SERVER-16773: Increase TCMalloc default cache size to 256MBGeert Bosch2015-01-261-1/+1
* SERVER-16829 Expose tcmalloc configuration options for per-thread cache size ...Andy Schwerin2015-01-131-0/+137