aboutsummaryrefslogtreecommitdiff
path: root/src/support/pagelocker.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
|
* allocators: split allocators and pagelockerCory Fields2015-03-201-0/+70
Pagelocker is only needed for secure (usually wallet) operations, so don't make the zero-after-free allocator depend on it.