logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pmemlog_nbyte()(DEPRECATED) - checks the amount of usable space in the log pool.

Description

       The pmemlog_nbyte() function checks the amount of usable space in the log plp.  This function may be used
       on  a  log  to determine how much usable space is available after libpmemlog(7) has added its metadata to
       the memory pool.

Name

pmemlog_nbyte()(DEPRECATED) - checks the amount of usable space in the log pool.

Return Value

       The pmemlog_nbyte() function returns the amount of usable space in the log plp.

See Also

libpmemlog(7) and <https://pmem.io>

Synopsis

              #include <libpmemlog.h>

              size_t pmemlog_nbyte(PMEMlogpool *plp);

See Also