We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e16959d commit 90ed10eCopy full SHA for 90ed10e
1 file changed
README.md
@@ -12,6 +12,12 @@ Various allocator algorithms behind a unified interface for `no_std` environment
12
- **Page-granularity**: [`BitmapPageAllocator`]
13
- **ID allocator**: [`IdAllocator`]
14
15
+[`BuddyByteAllocator`]: https://docs.rs/axallocator/latest/axallocator/struct.BuddyByteAllocator.html
16
+[`SlabByteAllocator`]: https://docs.rs/axallocator/latest/axallocator/struct.SlabByteAllocator.html
17
+[`TlsfByteAllocator`]: https://docs.rs/axallocator/latest/axallocator/struct.TlsfByteAllocator.html
18
+[`BitmapPageAllocator`]: https://docs.rs/axallocator/latest/axallocator/struct.BitmapPageAllocator.html
19
+[`IdAllocator`]: https://docs.rs/axallocator/latest/axallocator/trait.IdAllocator.html
20
+
21
## Features
22
23
| Feature | Description |
0 commit comments