We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 001b08e + ef41b96 commit 2167a08Copy full SHA for 2167a08
README.md
@@ -13,7 +13,7 @@ To use buddy_system_allocator for global allocator:
13
use buddy_system_allocator::LockedHeap;
14
15
#[global_allocator]
16
-static HEAP_ALLOCATOR: LockedHeap = LockedHeap::<33>::empty();
+static HEAP_ALLOCATOR: LockedHeap<32> = LockedHeap::empty();
17
```
18
19
To init the allocator:
0 commit comments