summary refs log tree commit diff
path: root/library/std/src/sys/xous/alloc.rs
AgeCommit message (Collapse)AuthorLines
2023-08-22std: xous: add alloc supportSean Cross-0/+62
Basic alloc support on Xous is supported by the `dlmalloc` crate. This necessitates bumping the dlmalloc version to 0.2.4. Signed-off-by: Sean Cross <sean@xobs.io>