Provided by: libpmem2-dev_1.11.1-3build1_amd64 bug

NAME

       pmem2_vm_reservation_get_address() - reads address of the virtual memory reservation

SYNOPSIS

              #include <libpmem2.h>

              void *pmem2_vm_reservation_get_address(struct pmem2_vm_reservation *rsv);

DESCRIPTION

       The  pmem2_vm_reservation_get_address() function reads address of the created virtual memory reservation.
       The rsv parameter points to the structure describing the reservation created using the  pmem2_vm_reserva‐
       tion_new(3) function.

RETURN VALUE

       The pmem2_vm_reservation_get_address() function returns a pointer to the virtual memory reservation area.

SEE ALSO

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

PMDK - pmem2 API version 1.0                       2021-09-24                PMEM2_VM_RESERVATION_GET_ADDRESS(3)