aboutsummaryrefslogtreecommitdiff
path: root/src/support/allocators/zeroafterfree.h
Commit message (Collapse)AuthorAgeFilesLines
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
|
* ensure consistent header comment naming conventionsPhilip Kaufmann2015-04-201-3/+3
| | | | - BITCOIN_FOLDER_SUBFOLDER_FILENAME_H
* allocators: split allocators and pagelockerCory Fields2015-03-201-0/+48
Pagelocker is only needed for secure (usually wallet) operations, so don't make the zero-after-free allocator depend on it.