Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ffi: Make
map_reserve!
zero-initialize reserved bytes
Valgrind was complaining about this. I don't think this should make a difference for actual soundness, but this seems reasonable enough to do. This reduces the number of Valgrind errors on the `properties` example from `95265 errors from 172 contexts` to `78 errors from 2 contexts`.
- Loading branch information