Open-Transactions  0.93.0-ge03d287
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
OTPasswordData.cpp File Reference
#include "stdafx.hpp"
#include "crypto/OTPasswordData.hpp"
#include "OTString.hpp"
#include "util/Assert.hpp"
#include <sys/types.h>
#include <sys/mman.h>
#include <limits.h>
#include <unistd.h>
Include dependency graph for OTPasswordData.cpp:

Go to the source code of this file.

Namespaces

 opentxs
 

Macros

#define PAGESIZE   sysconf(_SC_PAGESIZE)
 
#define mlock(a, b)
 
#define munlock(a, b)
 

Macro Definition Documentation

#define mlock (   a,
 
)
Value:
mlock(((void*)(((size_t)(a)) & (~((PAGESIZE)-1)))), \
(((((size_t)(a)) + (b)-1) | ((PAGESIZE)-1)) + 1) - \
(((size_t)(a)) & (~((PAGESIZE)-1))))
#define PAGESIZE
#define mlock(a, b)

Definition at line 155 of file OTPasswordData.cpp.

#define munlock (   a,
 
)
Value:
munlock(((void*)(((size_t)(a)) & (~((PAGESIZE)-1)))), \
(((((size_t)(a)) + (b)-1) | ((PAGESIZE)-1)) + 1) - \
(((size_t)(a)) & (~((PAGESIZE)-1))))
#define PAGESIZE
#define munlock(a, b)

Definition at line 159 of file OTPasswordData.cpp.

#define PAGESIZE   sysconf(_SC_PAGESIZE)

Definition at line 150 of file OTPasswordData.cpp.