This commit is contained in:
Romain Malmain 2024-09-30 13:12:23 +02:00 committed by GitHub
parent 82110472d6
commit 17def0390d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 218 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 376 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 228 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 427 B

View File

@ -619,9 +619,9 @@ impl Allocator {
if info.is_submap != 0 {
depth += 1;
continue;
} else {
break;
}
break;
}
if kr != KERN_SUCCESS {