1. 07 Dec, 2006 2 commits
    • marko's avatar
      branches/zip: Add the first bits of the binary buddy system for allocating · e8babaee
      marko authored
      compressed pages from the buffer pool.
      
      Makefile.am: Add buf0buddy.h, buf0buddy.ic.
      
      buf/Makefile.am: Add buf0buddy.c.
      
      Introduce the constants BUF_BUDDY_LOW and BUF_BUDDY_SIZES.
      
      buf_pool_t: Add zip_mutex and the lists zip_clean and zip_free[].
      
      buf_page_get_mutex(): Return &buf_pool->zip_mutex instead of NULL.
      
      buf_buddy_get_offset(), buf_buddy_get(), buf_buddy_get_slot(),
      buf_buddy_alloc_free(), buf_buddy_alloc_free_low(): New functions.
      e8babaee
    • marko's avatar
      branches/zip: Fix some comments in buf0buf.h. · 8425afe1
      marko authored
      8425afe1
  2. 05 Dec, 2006 2 commits
  3. 04 Dec, 2006 3 commits
  4. 30 Nov, 2006 9 commits
  5. 29 Nov, 2006 2 commits
  6. 28 Nov, 2006 3 commits
  7. 27 Nov, 2006 2 commits
  8. 24 Nov, 2006 6 commits
  9. 23 Nov, 2006 5 commits
  10. 22 Nov, 2006 1 commit
  11. 21 Nov, 2006 4 commits
  12. 16 Nov, 2006 1 commit