ezrosent / allocators-rs

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

alloc-tls: Fix missing dynamic loading checks #166

Closed joshlf closed 6 years ago

joshlf commented 6 years ago

Add a DYLD_LOADED check to alloc_tls_fast_with!. It should have been there when the macro was first added, but it was mistakenly omitted.