Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lone/value/bytes: copy uninitialized memory
The general memory allocation functions now return zeroed memory blocks. Avoid duplicate work by not zeroing the memory a second time or at all when copying an external buffer.
- Loading branch information