-
Notifications
You must be signed in to change notification settings - Fork 18
Closed
Description
align 1, size n allocated here:
Line 64 in 269c15c
| alloc::alloc::alloc_zeroed(alloc::alloc::Layout::array::<u8>(size).expect("To create layout for bytes")) |
deallocated here:
Line 31 in 269c15c
| alloc::alloc::dealloc(data as _, BYTES_LAYOUT) |
with align 1 size 1
https://doc.rust-lang.org/stable/alloc/alloc/fn.dealloc.html
https://doc.rust-lang.org/stable/alloc/alloc/trait.GlobalAlloc.html#tymethod.dealloc
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels