rust/library/std/src/sys/wasm
Mara Bos d6da5254a0
Rollup merge of #78138 - fortanix:raoul/dlmalloc0.2, r=Mark-Simulacrum
Upgrade dlmalloc to version 0.2

In preparation of adding dynamic memory management support for SGXv2-enabled platforms, the dlmalloc crate has been refactored. More specifically, support has been added to implement platform specification outside of the dlmalloc crate. (see https://github.com/alexcrichton/dlmalloc-rs/pull/15)

This PR upgrades dlmalloc to version 0.2 for the `wasm` and `sgx` targets.

As the dlmalloc changes have received a positive review, but have not been merged yet, this PR contains a commit to prevent tidy from aborting CI prematurely.

cc: `@jethrogb`
2020-11-17 10:06:16 +01:00
..
alloc.rs Rollup merge of #78138 - fortanix:raoul/dlmalloc0.2, r=Mark-Simulacrum 2020-11-17 10:06:16 +01:00
args.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
condvar_atomics.rs Remove unnecessary unsafe block from condvar_atomics & mutex_atomics 2020-10-24 18:22:18 +09:00
env.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
futex_atomics.rs Use futex-based thread-parker for Wasm32. 2020-10-06 20:02:02 +02:00
mod.rs #[deny(unsafe_op_in_unsafe_fn)] in sys/wasm 2020-10-24 11:50:09 +09:00
mutex_atomics.rs Fix an intrinsic invocation on threaded wasm 2020-11-12 07:23:00 -08:00
rwlock_atomics.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
thread.rs Update stdarch submodule 2020-07-28 09:41:09 -07:00