pmem2 API version 1.0

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE
SEE ALSO

NAME

pmem2_vm_reservation_new(), pmem2_vm_reservation_delete() - creates or deletes virtual memory reservation that is made basing on the pmem2_vm_reservation structure

SYNOPSIS

#include <libpmem2.h>

struct pmem2_vm_reservation;
void pmem2_vm_reservation_new(struct pmem2_vm_reservation **rsv,
		size_t size, void *address);
void pmem2_vm_reservation_delete(struct pmem2_vm_reservation **rsv);

DESCRIPTION

pmem2_vm_reservation_new() and pmem2_vm_reservation_delete() functions are not supported yet.

RETURN VALUE

pmem2_vm_reservation_new() returns PMEM2_E_NOSUPP . pmem2_vm_reservation_delete() returns PMEM2_E_NOSUPP .

SEE ALSO

libpmem2(7), pmem2_config_set_vm_reservation(3) and http://pmem.io

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