summaryrefslogtreecommitdiff
path: root/crates/tor-memtrack/src/refcount.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rename tor-memtrack to tor-memquotaIan Jackson2024-04-291-315/+0
|
* tor_memtrack: Use DropBombCondition in refcount.rsIan Jackson2024-04-241-10/+74
| | | | | | In addition to the in-module, switchable, tests, I have done an ad-hoc test, removing the Drop impl for Participation, and it crashes in a test as expected.
* tor-memtrack: Docs fixes/improvementsgabi-2502024-04-231-1/+1
|
* tor-memtrack: Fix various typosgabi-2502024-04-231-1/+1
|
* tor-memtrack: Provide comprehensive tests for the memory trackerIan Jackson2024-04-231-1/+0
|
* tor-memtrack: Provide helper refcounting moduleIan Jackson2024-04-231-0/+252