GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
PMEMLOG_NBYTE(3) PMDK Programmer's Manual PMEMLOG_NBYTE(3)

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


#include <libpmemlog.h>
size_t pmemlog_nbyte(PMEMlogpool *plp);

    

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.

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

libpmemlog(7) and <http://pmem.io>
2019-07-10 PMDK - pmemlog API version 1.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.