• marko's avatar
    branches/zip: Make the buddy allocator reclaim blocks from the end of · 886e6b9f
    marko authored
    the LRU list regardless of their size.
    
    buf_buddy_alloc_clean_zip(): Rename to buf_buddy_alloc_clean(),
    now that also uncompressed blocks can be reclaimed.
    Use buf_buddy_alloc_zip() instead of reusing the freed block
    directly, since buf_buddy_free() may combine blocks.
    886e6b9f
buf0buddy.c 11.4 KB