There was an error while loading. Please reload this page.
1 parent 3fe6a96 commit 9c7c243Copy full SHA for 9c7c243
1 file changed
imageflow_core/src/context.rs
@@ -1386,7 +1386,7 @@ fn test_calculate_context_heap_size() {
1386
// `CodecInstanceContainer` in the preallocated 4-slot AddRemoveSet.
1387
// Account for both here.
1388
assert!(context_allocs <= 6);
1389
- assert!(context_bytes <= 1096);
+ assert!(context_bytes <= 1104);
1390
1391
1392
assert!(thread_safe_bytes <= 1288);
0 commit comments