about summary refs log tree commit diff
path: root/library/std/src/sys/xous/alloc.rs
AgeCommit message (Collapse)AuthorLines
2024-01-11std: begin moving platform support modules into `pal`joboet-62/+0
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>