summaryrefslogtreecommitdiff
path: root/src/mongo/base/secure_allocator_test.cpp
AgeCommit message (Collapse)Author
2024-01-25SERVER-85458 fix expected secure allocation count in secureAllocBytesCount ↵Niaz Pavel
test in secure_allocator_test.cpp GitOrigin-RevId: 1f950ae202015d0da854de995fdd34b088594d1f
2024-01-05SERVER-74289 Add statistics for secure allocator to server statusNiaz Pavel
GitOrigin-RevId: 57cc975fdf62c6db3b127b9faa44f822d15ddb86
2023-12-12Revert "SERVER-74289 added static cast to convert size_t to int32_t"aleksei.vasilev
This reverts commit d3d1f76059ab374bdaa8f7db3d035a7f03360848. GitOrigin-RevId: a497543630ecda29023f0fd3459756183de15f33
2023-12-12SERVER-74289 added static cast to convert size_t to int32_tNiaz Pavel
GitOrigin-RevId: d3d1f76059ab374bdaa8f7db3d035a7f03360848
2023-06-15SERVER-77042 automated IWYU changes up to ratio of 0.3Daniel Moody
2021-09-28SERVER-59175 Make Windows support GCMSpencer Jackson
2019-02-13SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue
Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
2018-10-22SERVER-37651 Update header files with new licenseRamon Fernandez
2017-08-31SERVER-30821: Allow configurable use of secure memorySpencer Jackson
2016-04-19SERVER-23570 Make SecureAllocator a real allocatorJason Carey
Also adds SecureT, a wrapper proxy for newing objects on the secure heap.
2015-10-27SERVER-20538 Build a general purpose SecureAllocatorAndrew Morrow