aboutsummaryrefslogtreecommitdiff
path: root/contrib/epee/include/mlocker.h
Commit message (Collapse)AuthorAgeFilesLines
* Copyright: Update to 2022mj-xmr2022-03-041-1/+2
|
* various: do not propagate exception through dtormoneromooo-monero2018-11-151-1/+1
| | | | Coverity 189689, 189690, 189692, 189695
* common: add a class to safely wrap mlock/munlockmoneromooo-monero2018-08-161-0/+87
This class will allow mlocking small objects, of which there may be several per page. It adds refcounting so pages are only munlocked when the last object on that page munlocks.