memcheck 0.0.1

Allocation sanitizer for `GlobalAlloc`, which adds nominal bookkeeping to guard against incorrect `Layout`s and double-free.
Documentation
# memcheck

[![Crates.io](https://img.shields.io/crates/v/memcheck.svg?maxAge=86400)](https://crates.io/crates/memcheck)
[![MIT / Apache 2.0 licensed](https://img.shields.io/crates/l/memcheck.svg?maxAge=2592000)](#License)

[📖 Docs]https://docs.rs/memcheck | [💬 Chat]https://constellation.zulipchat.com/#narrow/stream/213236-subprojects

Allocation sanitizer for `GlobalAlloc`, which adds nominal bookkeeping to guard against incorrect `Layout`s and double-free.

## License
Licensed under either of

 * Apache License, Version 2.0, ([LICENSE-APACHE.txt]LICENSE-APACHE.txt or http://www.apache.org/licenses/LICENSE-2.0)
 * MIT license ([LICENSE-MIT.txt]LICENSE-MIT.txt or http://opensource.org/licenses/MIT)

at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.