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` |
||
|---|---|---|
| .. | ||
| alloc.rs | ||
| args.rs | ||
| condvar_atomics.rs | ||
| env.rs | ||
| futex_atomics.rs | ||
| mod.rs | ||
| mutex_atomics.rs | ||
| rwlock_atomics.rs | ||
| thread.rs | ||