about summary refs log tree commit diff
path: root/library/std/src/sys/wasm/alloc.rs
AgeCommit message (Expand)AuthorLines
2024-01-11std: begin moving platform support modules into `pal`joboet-166/+0
2021-12-14Fix a bunch of typosFrank Steffahn-4/+4
2021-11-10Review commentsAlex Crichton-1/+1
2021-11-10std: Get the standard library compiling for wasm64Alex Crichton-2/+2
2020-11-17Rollup merge of #78138 - fortanix:raoul/dlmalloc0.2, r=Mark-SimulacrumMara Bos-1/+1
2020-11-12Upgrading dlmalloc to 0.2.1Raoul Strackx-1/+1
2020-10-24Add documents for DLMALLOCchansuke-4/+8
2020-10-24Add some description for (malloc/calloc/free/realloc)chansuke-0/+4
2020-10-24`#[deny(unsafe_op_in_unsafe_fn)]` in sys/wasmchansuke-4/+4
2020-07-27mv std libs to library/mark-0/+158