• marko's avatar
    branches/zip: Improve Valgrind instrumentation. · aebd74e2
    marko authored
    page_zip_compress(): Assert that the contents of the uncompressed page
    is entirely initialized.
    
    page_zip_decompress(): Assert that the contents of the compressed page
    is entirely initialized.  Assert that the uncompressed page is entirely
    writeable.  Flag the uncompressed page uninitialized in the beginning.
    aebd74e2
page0zip.c 112 KB