Skip to content

v0.13.3

Compare
Choose a tag to compare
@awnumar awnumar released this 12 Feb 19:34
· 282 commits to master since this release
5d9ab46
  • We now use the MAP_NOCORE flag when mmaping on FreeBSD.
  • When allocating memory, we fill the entire region with 0xdb bytes to allow for easier debugging of issues related to uninitialized data.
  • Switched to using golang/dep for dependency management.