You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the report. With the new oom lang item the allocator doesn't have to define what happens on an Out Of Memory (OOM) condition. The behavior can now be specified by the application, or any other crate.
I think it's best to not define the oom lang item here and instead let the application decide how to deal with OOM.
alloc-cortex-m now fails to build
alloc-cortex-m builds just fine; it's the binary crate the one that errors if oom has not been defined.
I have updated the crate level documentation in #15 to show how to define oom.
rust-lang/rust#50144 was merged, and Alloc/GlobalAlloc::oom has been replaced by a language item.
alloc-cortex-m
now fails to build, errorlanguage item required, but not found: 'oom'
The latest version of
linked_list_allocator
removes OOM functions (rust-osdev/linked-list-allocator@f0de36d).I'm afraid I don't understand enough about the change to suggest a fix :(
The text was updated successfully, but these errors were encountered: