#include <db_cxx.h> int DbEnv::get_mp_pagesize(u_int32_t *pagesizep);
The DbEnv::get_mp_pagesize()
method returns the assumed page size used to configure the buffer pool.
The DbEnv::get_mp_pagesize()
method may be called at any time during
the life of the application.