pmem2 API version 1.0

The PMDK repository on GitHub is the ultimate source of information on PMDK from release 2.0! For all questions and to submit eventual issues please follow to that repository. The PMDK documentation collected here should be valid up to the 1.13.1 release but is maintained only on a best-effort basis and may not reflect the latest state of the art.

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE
SEE ALSO

NAME

pmem2_vm_reservation_get_size() - reads virtual memory reservation size

SYNOPSIS

#include <libpmem2.h>

size_t pmem2_vm_reservation_get_size(struct pmem2_vm_reservation *rsv);

DESCRIPTION

The pmem2_vm_reservation_get_size() function reads size of the created virtual memory reservation. The rsv parameter points to the structure describing virtual memory reservation created using the pmem2_vm_reservation_new(3) function.

RETURN VALUE

The pmem2_vm_reservation_get_size() function returns a size of the virtual reservation area.

SEE ALSO

pmem2_vm_reservation_new(3), libpmem2(7) and https://pmem.io

The contents of this web site and the associated GitHub repositories are BSD-licensed open source.