summaryrefslogtreecommitdiff
path: root/src/mongo/base/secure_allocator_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-59175 Make Windows support GCMSpencer Jackson2021-09-281-0/+15
|
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+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/+16
|
* SERVER-30821: Allow configurable use of secure memorySpencer Jackson2017-08-311-8/+43
|
* SERVER-23570 Make SecureAllocator a real allocatorJason Carey2016-04-191-8/+39
| | | | Also adds SecureT, a wrapper proxy for newing objects on the secure heap.
* SERVER-20538 Build a general purpose SecureAllocatorAndrew Morrow2015-10-271-0/+57