Commit c49e277
committed
fix: resolve HashMap memory provider size inconsistency
Fixed type mismatch where HashMap type alias used NoStdProvider<1024>
but instances were allocated with safe_managed_alloc\!(4096).
Changed HashMap type alias to use NoStdProvider<4096> for consistency.
This resolves compilation errors in ASIL capability engine tests
and ensures memory provider size consistency across the codebase.1 parent 98cd1cf commit c49e277
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments