1() PMDK Programmer's Manual ()
2
3
4
6 pmemlog_nbyte()(DEPRECATED) - checks the amount of usable space in the
7 log pool.
8
10 #include <libpmemlog.h>
11
12 size_t pmemlog_nbyte(PMEMlogpool *plp);
13
15 The pmemlog_nbyte() function checks the amount of usable space in the
16 log plp. This function may be used on a log to determine how much us‐
17 able space is available after libpmemlog(7) has added its metadata to
18 the memory pool.
19
21 The pmemlog_nbyte() function returns the amount of usable space in the
22 log plp.
23
25 libpmemlog(7) and <https://pmem.io>
26
27
28
29PMDK - 2023-06-05 ()