MACRO MINIBASE_BM
#include <system_defs.h>
MINIBASE_BM is a macro which is defined as :
#define MINIBASE_BM (minibase_globals->GlobalBufMgr)
It's a global pointer to object of type BufMgr. It is initialized in main.cpp and is used in buftest.cpp to test the buffer manager routines.