Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-03-04 | Copyright: Update to 2022 | mj-xmr | 1 | -1/+2 | |
2018-11-15 | various: do not propagate exception through dtor | moneromooo-monero | 1 | -1/+1 | |
Coverity 189689, 189690, 189692, 189695 | |||||
2018-08-16 | common: add a class to safely wrap mlock/munlock | moneromooo-monero | 1 | -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. |