ezrosent / allocators-rs

Allocators in Rust
Apache License 2.0
311 stars 28 forks source link

Test dlopen for dynamically-loaded elfmalloc #102

Open joshlf opened 7 years ago

joshlf commented 7 years ago

Once #85 is merged, dlopen should theoretically work for dynamically loading elfc-created dynamic libraries. Test to ensure this works in practice.

joshlf commented 7 years ago

Relevant: https://github.com/rust-lang/rust/issues/28794