ezrosent / allocators-rs

Allocators in Rust
Apache License 2.0
304 stars 27 forks source link

elfmalloc: Bubble up OOM errors, remove unnecessary internal code #160

Open joshlf opened 6 years ago

joshlf commented 6 years ago

This PR is a subset of PR #159 because that PR is giving me issues, so I figured breaking it into smaller PRs would make it easier to debug.