This repository was archived by the owner on Feb 24, 2026. It is now read-only.
Commit 865eb6b
committed
Refactor search context struct; add MemSearch cancel tests
Refactored VMMDLL_MEM_SEARCH_CONTEXT to use a fixed-size filler array and removed explicit struct packing. Added unit tests to verify that MemSearch methods correctly throw OperationCanceledException when a canceled CancellationToken is provided.1 parent c202b6e commit 865eb6b
2 files changed
Lines changed: 15 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
885 | 885 | | |
886 | 886 | | |
887 | 887 | | |
888 | | - | |
| 888 | + | |
889 | 889 | | |
890 | 890 | | |
891 | 891 | | |
892 | | - | |
893 | | - | |
| 892 | + | |
894 | 893 | | |
895 | 894 | | |
896 | 895 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
122 | 135 | | |
0 commit comments