J
Joe.ntang
Hi,
The following function is what I want to call,
int
DbEnv::memp_stat(DB_MPOOL_STAT **gsp,
DB_MPOOL_FSTAT *(*fsp)[], u_int32_t flags);
The function has following description:
The DbEnv::memp_stat method creates statistical structures of type
DB_MPOOL_STAT and DB_MPOOL_FSTAT, and copy pointers to them into
user-specified memory locations.
Can anybody tell me how to allocate the memory to satisfy the function
requirement?
Sincerely,
Joe
The following function is what I want to call,
int
DbEnv::memp_stat(DB_MPOOL_STAT **gsp,
DB_MPOOL_FSTAT *(*fsp)[], u_int32_t flags);
The function has following description:
The DbEnv::memp_stat method creates statistical structures of type
DB_MPOOL_STAT and DB_MPOOL_FSTAT, and copy pointers to them into
user-specified memory locations.
Can anybody tell me how to allocate the memory to satisfy the function
requirement?
Sincerely,
Joe