Package bufmgr

Class Summary
BufMgr The buffer manager class, it allocates new pages for the buffer pool, pins and unpins the frame, frees the frame page, and uses the replacement algorithm to replace the page.
Clock A clock algorithm for buffer pool replacement policy.
FrameDesc A frame description class.
Replacer