File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,12 @@ Various allocator algorithms behind a unified interface for `no_std` environment
1212- ** Page-granularity** : [ ` BitmapPageAllocator ` ]
1313- ** ID allocator** : [ ` IdAllocator ` ]
1414
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+
1521## Features
1622
1723| Feature | Description |
You can’t perform that action at this time.
0 commit comments