pmem2_map_get_address()
reads mapping address
- Provided by: libpmem2-dev (Version: 1.13.1-1.1ubuntu2)
- Source: pmdk
- Report a bug
reads mapping address
#include <libpmem2.h>
void *pmem2_map_get_address(struct pmem2_map *map);
The pmem2_map_get_address() function reads address of the created mapping. The map parameter points to the structure describing mapping created using the pmem2_map_new(3) function.
The pmem2_map_get_address() function returns a pointer to the mapped area.
pmem2_map_new(3), libpmem2(7) and <https://pmem.io>