PMDK C++ bindings
1.13.0-git107.g7e59f08f
This is the C++ bindings documentation for PMDK's libpmemobj.
|
template class for caching objects. More...
#include <libpmemobj++/make_persistent.hpp>
Go to the source code of this file.
Namespaces | |
pmem | |
Persistent memory namespace. | |
pmem::detail | |
Implementation details. | |
Macros | |
#define | LIBPMEMOBJ_CPP_MAX_STACK_ALLOC_SIZE 64 * (1 << 10) |
Suggested maximum size of stack allocation for caching objects is 64kB. More... | |
template class for caching objects.
#define LIBPMEMOBJ_CPP_MAX_STACK_ALLOC_SIZE 64 * (1 << 10) |
Suggested maximum size of stack allocation for caching objects is 64kB.
It can be changed by user by setting LIBPMEMOBJ_CPP_MAX_STACK_ALLOC_SIZE to custom value.