Searched refs:g_memoryPageSize (Results 1 – 1 of 1) sorted by relevance
28 static int32_t g_memoryPageSize = 0; variable52 if (g_memoryPageSize == 0) { in InitVerify()53 g_memoryPageSize = sysconf(_SC_PAGESIZE); in InitVerify()55 if (g_memoryPageSize <= 0) { in InitVerify()56 LOG_ERROR("MAP_FAILED %d", g_memoryPageSize); in InitVerify()79 if (g_memoryPageSize == 0) { in HapMMap()82 mmapInfo->mmapPosition = (offset / g_memoryPageSize) * g_memoryPageSize; in HapMMap()