How do I use linked-list-allocator in Rust?

I am just beginning my rust journey.
I am trying to create a linked_list_allocator, but am having problems due to my lack of experience. Can anyone help?

My Cargo.toml looks like this:

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
<code>[package]
name = "norris-test"
version = "0.1.0"
edition = "2021"
[dependencies]
linked_list_allocator = "0.10.5"
</code>
<code>[package] name = "norris-test" version = "0.1.0" edition = "2021" [dependencies] linked_list_allocator = "0.10.5" </code>
[package]
name = "norris-test"
version = "0.1.0"
edition = "2021"

[dependencies]
linked_list_allocator = "0.10.5"

I then have src/main.rs as the sample code from the repo with some edits by me:

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
<code>use linked_list_allocator::LockedHeap;
#[global_allocator]
static ALLOCATOR: LockedHeap = LockedHeap::empty();
pub fn init_heap() {
let mut byte1: u8 = 1; // Hardcoded as a byte at one
let mut byte2: u8 = 10; // hardcoded as a byte at 10
let heap_start = byte1; // I know this needs to be a mutable byte
let heap_end = byte2;
let heap_size = heap_end - heap_start;
unsafe {
ALLOCATOR.lock().init(heap_start, heap_size.into()); // Converted head_size into a byte using .into()
}
}
fn main() {
}
</code>
<code>use linked_list_allocator::LockedHeap; #[global_allocator] static ALLOCATOR: LockedHeap = LockedHeap::empty(); pub fn init_heap() { let mut byte1: u8 = 1; // Hardcoded as a byte at one let mut byte2: u8 = 10; // hardcoded as a byte at 10 let heap_start = byte1; // I know this needs to be a mutable byte let heap_end = byte2; let heap_size = heap_end - heap_start; unsafe { ALLOCATOR.lock().init(heap_start, heap_size.into()); // Converted head_size into a byte using .into() } } fn main() { } </code>
use linked_list_allocator::LockedHeap;

#[global_allocator]
static ALLOCATOR: LockedHeap = LockedHeap::empty();

pub fn init_heap() {
    let mut byte1: u8 = 1;                   // Hardcoded as a byte at one
    let mut byte2: u8 = 10;                  // hardcoded as a byte at 10
    let heap_start = byte1;                  // I know this needs to be a mutable byte
    let heap_end = byte2;                    
    let heap_size = heap_end - heap_start;
    unsafe {
        ALLOCATOR.lock().init(heap_start, heap_size.into());  // Converted head_size into a byte using .into()
    }
}

fn main() {
}

When I try to build the program, I get the following error:

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
<code>david@Device-001-D-L:~/Documents/rust-projects/norris-test$ cargo build
Compiling norris-test v0.1.0 (/home/david/Documents/rust-projects/norris-test)
error[E0308]: mismatched types
--> src/main.rs:14:31
|
14 | ALLOCATOR.lock().init(heap_start, heap_size.into());
| ---- ^^^^^^^^^^ expected `*mut u8`, found `u8`
| |
| arguments to this method are incorrect
|
= note: expected raw pointer `*mut u8`
found type `u8`
note: method defined here
--> /home/david/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linked_list_allocator-0.10.5/src/lib.rs:90:19
|
90 | pub unsafe fn init(&mut self, heap_bottom: *mut u8, heap_size: usize) {
| ^^^^
For more information about this error, try `rustc --explain E0308`.
error: could not compile `norris-test` (bin "norris-test") due to 1 previous error
</code>
<code>david@Device-001-D-L:~/Documents/rust-projects/norris-test$ cargo build Compiling norris-test v0.1.0 (/home/david/Documents/rust-projects/norris-test) error[E0308]: mismatched types --> src/main.rs:14:31 | 14 | ALLOCATOR.lock().init(heap_start, heap_size.into()); | ---- ^^^^^^^^^^ expected `*mut u8`, found `u8` | | | arguments to this method are incorrect | = note: expected raw pointer `*mut u8` found type `u8` note: method defined here --> /home/david/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linked_list_allocator-0.10.5/src/lib.rs:90:19 | 90 | pub unsafe fn init(&mut self, heap_bottom: *mut u8, heap_size: usize) { | ^^^^ For more information about this error, try `rustc --explain E0308`. error: could not compile `norris-test` (bin "norris-test") due to 1 previous error </code>
david@Device-001-D-L:~/Documents/rust-projects/norris-test$ cargo build
   Compiling norris-test v0.1.0 (/home/david/Documents/rust-projects/norris-test)
error[E0308]: mismatched types
  --> src/main.rs:14:31
   |
14 |         ALLOCATOR.lock().init(heap_start, heap_size.into());
   |                          ---- ^^^^^^^^^^ expected `*mut u8`, found `u8`
   |                          |
   |                          arguments to this method are incorrect
   |
   = note: expected raw pointer `*mut u8`
                     found type `u8`
note: method defined here
  --> /home/david/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linked_list_allocator-0.10.5/src/lib.rs:90:19
   |
90 |     pub unsafe fn init(&mut self, heap_bottom: *mut u8, heap_size: usize) {
   |                   ^^^^

For more information about this error, try `rustc --explain E0308`.
error: could not compile `norris-test` (bin "norris-test") due to 1 previous error

The emphasis ---- ^^^^^^^^^^ expected *mut u8, found u8“ implies that there is a type mismatch but I am unsure of how to resolve this due to my noviceness.

Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa Dịch vụ tổ chức sự kiện 5 sao Thông tin về chúng tôi Dịch vụ sinh nhật bé trai Dịch vụ sinh nhật bé gái Sự kiện trọn gói Các tiết mục giải trí Dịch vụ bổ trợ Tiệc cưới sang trọng Dịch vụ khai trương Tư vấn tổ chức sự kiện Hình ảnh sự kiện Cập nhật tin tức Liên hệ ngay Thuê chú hề chuyên nghiệp Tiệc tất niên cho công ty Trang trí tiệc cuối năm Tiệc tất niên độc đáo Sinh nhật bé Hải Đăng Sinh nhật đáng yêu bé Khánh Vân Sinh nhật sang trọng Bích Ngân Tiệc sinh nhật bé Thanh Trang Dịch vụ ông già Noel Xiếc thú vui nhộn Biểu diễn xiếc quay đĩa Dịch vụ tổ chức tiệc uy tín Khám phá dịch vụ của chúng tôi Tiệc sinh nhật cho bé trai Trang trí tiệc cho bé gái Gói sự kiện chuyên nghiệp Chương trình giải trí hấp dẫn Dịch vụ hỗ trợ sự kiện Trang trí tiệc cưới đẹp Khởi đầu thành công với khai trương Chuyên gia tư vấn sự kiện Xem ảnh các sự kiện đẹp Tin mới về sự kiện Kết nối với đội ngũ chuyên gia Chú hề vui nhộn cho tiệc sinh nhật Ý tưởng tiệc cuối năm Tất niên độc đáo Trang trí tiệc hiện đại Tổ chức sinh nhật cho Hải Đăng Sinh nhật độc quyền Khánh Vân Phong cách tiệc Bích Ngân Trang trí tiệc bé Thanh Trang Thuê dịch vụ ông già Noel chuyên nghiệp Xem xiếc khỉ đặc sắc Xiếc quay đĩa thú vị
Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa
Thiết kế website Thiết kế website Thiết kế website Cách kháng tài khoản quảng cáo Mua bán Fanpage Facebook Dịch vụ SEO Tổ chức sinh nhật