| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename tor-memtrack to tor-memquota | Ian Jackson | 2024-04-29 | 5 | -1533/+0 |
| | | |||||
| * | tor_memtrack: Use DropBombCondition in bookkeeping.rs | Ian Jackson | 2024-04-24 | 1 | -5/+24 |
| | | | | | | | In addition to the in-module, switchable, tests, I have done an ad-hoc test, removing the bulk of the accounting from Participation::release_qty, it crashes in a test as expected. | ||||
| * | tor-memtrack: bookkeeping: Break out BOMB d-d condition | Ian Jackson | 2024-04-24 | 1 | -1/+3 |
| | | | | | We're going to want this in other places. | ||||
| * | tor_memtrack: Soup up DropBomb and make into its own module | Ian Jackson | 2024-04-24 | 1 | -3/+0 |
| | | | | | | | | | And make it testable. In addition to the in-module tests, I have done an ad-hoc test, removing the .promise call from deferred_drop, and it does panic in the test cawe as desired. | ||||
| * | tor-memtrack: Explain lack of thread parallelism in notify_victims | Ian Jackson | 2024-04-23 | 1 | -0/+6 |
| | | |||||
| * | tor-memtrack: Explain the code structure in reclaim::inner_loop | Ian Jackson | 2024-04-23 | 1 | -0/+4 |
| | | |||||
| * | tor-memtrack: Break out aid_and_children_recursively | Ian Jackson | 2024-04-23 | 1 | -14/+1 |
| | | | | | | As per paras 2- of https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/2091#note_3021478 | ||||
| * | tor-memtrack: Remove an unused mut | Ian Jackson | 2024-04-23 | 1 | -1/+1 |
| | | | | | | As per para 1 of https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/2091#note_3021478 | ||||
| * | tor-memtrack: Correct doc comment for `reclaim::inner_loop` | Ian Jackson | 2024-04-23 | 1 | -1/+5 |
| | | | | | | Addresses https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/2091#note_3021475 | ||||
| * | tor-memtrack: Explain the relationship to `mtracker` better | Ian Jackson | 2024-04-23 | 1 | -1/+4 |
| | | | | | | As per https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/2091#note_3021473 | ||||
| * | tor-memtrack: Explain drop impl for GuardWithDeferredDrop in prod | Ian Jackson | 2024-04-23 | 1 | -0/+8 |
| | | |||||
| * | tor-memtrack: Correct "reentrant" terminology | Ian Jackson | 2024-04-23 | 1 | -1/+1 |
| | | |||||
| * | tor-memtrack: Avoid accidental poisoning during claim | Ian Jackson | 2024-04-23 | 1 | -0/+7 |
| | | |||||
| * | tor-memtrack: Explain what poisoned total state is for | Ian Jackson | 2024-04-23 | 1 | -0/+2 |
| | | | | | | As per https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/2091#note_3021460 | ||||
| * | tor-memtrack: Docs fixes | gabi-250 | 2024-04-23 | 1 | -1/+1 |
| | | |||||
| * | tor-memtrack: Add a let binding to clarify | gabi-250 | 2024-04-23 | 1 | -1/+1 |
| | | |||||
| * | tor-memtrack: Fix docs typo | gabi-250 | 2024-04-23 | 1 | -1/+1 |
| | | |||||
| * | tor-memtrack: Doc fixes | gabi-250 | 2024-04-23 | 1 | -4/+4 |
| | | |||||
| * | tor-memtrack: Fix various typos | gabi-250 | 2024-04-23 | 1 | -1/+1 |
| | | |||||
| * | tor-memtrack: Provide comprehensive tests for the memory tracker | Ian Jackson | 2024-04-23 | 1 | -0/+678 |
| | | |||||
| * | tor-memtrack: reclaim: Implement reclamation | Ian Jackson | 2024-04-23 | 1 | -1/+378 |
| | | |||||
| * | tor-memtrack: reclaim: Provide helper deferred_drop module | Ian Jackson | 2024-04-23 | 2 | -0/+77 |
| | | |||||
| * | tor-memtrack: implement MemoryQuotaTracker | Ian Jackson | 2024-04-23 | 2 | -0/+81 |
| | | | | | | | Includes the principal data structures and their impls. Reclamation will come in a moment. | ||||
| * | tor-memtrack: Provide helper bookkeeping module | Ian Jackson | 2024-04-23 | 1 | -0/+281 |
