PMDK C++ bindings  1.13.0-git107.g7e59f08f
This is the C++ bindings documentation for PMDK's libpmemobj.
temp_value.hpp File Reference

template class for caching objects. More...

This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

template class for caching objects.

Macro Definition Documentation

◆ LIBPMEMOBJ_CPP_MAX_STACK_ALLOC_SIZE

#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.