• marko's avatar
    branches/zip: Allow the uncompressed page size to be settable by setting · 5c7fb887
    marko authored
    just one parameter: UNIV_PAGE_SIZE_SHIFT.
    
    UNIV_PAGE_SIZE, BUF_BUDDY_SIZES: Define in terms of UNIV_PAGE_SIZE_SHIFT.
    
    BUF_BUDDY_LOW_SHIFT: New macro, to simplify the definition of BUF_BUDDY_LOW
    and BUF_BUDDY_SIZES.
    
    PAGE_ZIP_DIR_SLOT_MASK: Relax the compile-time check.  This bitmask must be
    one less than a power of two, and at least UNIV_PAGE_SIZE - 1.
    5c7fb887
buf0types.h 1.49 KB