hdac SDK
SDK for hdac blockchain development
Public 멤버 함수 | 모든 멤버 목록
MemoryPageLocker 클래스 참조

#include <allocators.h>

Public 멤버 함수

bool Lock (const void *addr, size_t len)
 
bool Unlock (const void *addr, size_t len)
 

상세한 설명

OS-dependent memory page locking/unlocking. Defined as policy class to make stubbing for test possible.

멤버 함수 문서화

bool MemoryPageLocker::Lock ( const void *  addr,
size_t  len 
)

Lock memory pages. addr and len must be a multiple of the system page size

bool MemoryPageLocker::Unlock ( const void *  addr,
size_t  len 
)

Unlock memory pages. addr and len must be a multiple of the system page size


이 클래스에 대한 문서화 페이지는 다음의 파일들로부터 생성되었습니다.: