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

pmem2_vm_reservation_get_address() - reads address of the virtual memory reservation

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.

Name

pmem2_vm_reservation_get_address() - reads address of the virtual memory reservation

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>

Synopsis

              #include <libpmem2.h>

              void *pmem2_vm_reservation_get_address(struct pmem2_vm_reservation *rsv);

See Also