1PMEM2_MAP_GET_ADDRESS(3)   PMDK Programmer's Manual   PMEM2_MAP_GET_ADDRESS(3)
2
3
4

NAME

6       pmem2_map_get_address() - reads mapping address
7

SYNOPSIS

9              #include <libpmem2.h>
10
11              void *pmem2_map_get_address(struct pmem2_map *map);
12

DESCRIPTION

14       The  pmem2_map_get_address() function reads address of the created map‐
15       ping.  The map parameter points to  the  structure  describing  mapping
16       created using the pmem2_map_new(3) function.
17

RETURN VALUE

19       The  pmem2_map_get_address()  function  returns a pointer to the mapped
20       area.
21

SEE ALSO

23       pmem2_map_new(3), libpmem2(7) and <https://pmem.io>
24
25
26
27PMDK - pmem2 API version 1.0      2020-10-28          PMEM2_MAP_GET_ADDRESS(3)
Impressum