free-list-is-lifo-stack

Status: IN

The B-tree's free page list is a LIFO stack: `free_page` pushes onto the head and `allocate_page` pops from the head, so pages are reused in reverse order of when they were freed.

Source: entries/2026/05/29/topic-free-list-fragmentation.md

JSON