mariadb/buf
marko 310b625ef5 branches/zip: Make the buddy allocator reclaim blocks from the end of
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.
2006-12-12 16:28:22 +00:00
..
buf0buddy.c branches/zip: Make the buddy allocator reclaim blocks from the end of 2006-12-12 16:28:22 +00:00
buf0buf.c branches/zip: Add buf_pool->zip_hash for keeping track on pages allocated 2006-12-11 09:54:13 +00:00
buf0flu.c branches/zip: buf_page_t: Rename free_or_flush_list to list 2006-12-05 12:31:38 +00:00
buf0lru.c branches/zip: Implement the whole allocation algorithm of compressed pages. 2006-12-11 14:27:43 +00:00
buf0rea.c branches/zip: Move the fields related to the least-recently-used algorithm 2006-11-30 12:27:49 +00:00
Makefile.am branches/zip: Add the first bits of the binary buddy system for allocating 2006-12-07 13:29:04 +00:00