DbEnv::get_mp_pagesize()

#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.

Parameters

pagesizep

This parameter specifies the assumed page size used to configure the buffer pool.

Class

DbEnv, DbMpoolFile

See Also

Memory Pools and Related Methods, DbEnv::set_mp_pagesize()