Home
last modified time | relevance | path

Searched refs:UPPER_ALIGN_TO_PAGE (Results 1 – 3 of 3) sorted by relevance

/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/utils/
H A Dmmap_allocator.cpp20 #define UPPER_ALIGN_TO_PAGE(x) ALIGN_TO_PAGE((x)+(sysconf(_SC_PAGE_SIZE)-1)) macro
65 length_mapped = UPPER_ALIGN_TO_PAGE(length + offset - offset_mapped); in mapping()
/dports/cad/cvc/cvc-1.1.0-4-gd172016/src/
H A Dmmap_access_mode.h26 #define UPPER_ALIGN_TO_PAGE(x) ALIGN_TO_PAGE((x)+(getpagesize()-1)) macro
H A Dmmap_file_pool.cpp188 length_to_map = UPPER_ALIGN_TO_PAGE(length); in open_and_mmap_file()