aboutsummaryrefslogtreecommitdiff
path: root/src/support/allocators
Commit message (Collapse)AuthorAgeFilesLines
* ensure consistent header comment naming conventionsPhilip Kaufmann2015-04-202-6/+6
| | | | - BITCOIN_FOLDER_SUBFOLDER_FILENAME_H
* allocators: split allocators and pagelockerCory Fields2015-03-202-0/+110
Pagelocker is only needed for secure (usually wallet) operations, so don't make the zero-after-free allocator depend on it.