summaryrefslogtreecommitdiff
path: root/src/mongo/util/allocator.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-60157 Annotate mongoMalloc and mongoRealloc more aggressivelyAndrew Morrow2021-09-281-2/+2
|
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-2/+2
|
* Revert "SERVER-36243 Use sized deallocation."Andrew Morrow2019-03-181-28/+0
| | | | This reverts commit afe082642124dbda2367cb51c3d748873df9bf7b.
* SERVER-36243 Use sized deallocation.Henrik Edin2019-03-121-0/+28
| | | | | Added mongoFree to be used when allocating memory with mongoMalloc. It has an overload taking size utilizing tc_free_sized if built with tcmalloc.
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
|
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-13/+13
|
* SERVER-14889 wrapped all malloc/realloc calls within src/mongo with ↵Benety Goh2014-08-151-0/+54
mongoMalloc/mongoRealloc. if memory allocation fails, report error and exit.