We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a0eae6 commit cbd867eCopy full SHA for cbd867e
oscars/src/alloc/arena2/tests.rs
@@ -148,6 +148,8 @@ fn max_recycled_cap_respected() {
148
assert_eq!(allocator.heap_size(), 0);
149
// The recycled list holds exactly max_recycled pages.
150
assert_eq!(allocator.recycled_arenas.len(), 4);
151
+}
152
+
153
// === test for TaggedPtr::as_ptr === //
154
155
// `TaggedPtr::as_ptr` must use `addr & !MASK` to unconditionally clear the high
0 commit comments