Home
last modified time | relevance | path

Searched refs:MAP_PURGEABLE (Results 1 - 5 of 5) sorted by relevance

/commonlibrary/memory_utils/libpurgeablemem/common/include/
H A Dpm_util.h33 #define MAP_PURGEABLE 0x04 macro
45 * MAP_PURGEABLE is set to 0x0.
48 #undef MAP_PURGEABLE macro
49 #define MAP_PURGEABLE 0x0 macro
/commonlibrary/memory_utils/libpurgeablemem/cpp/src/
H A Dpurgeable_mem.cpp96 utype |= (UxpteIsEnabled() ? MAP_PURGEABLE : MAP_PRIVATE); in CreatePurgeableData()
H A Dpurgeable_mem_base.cpp72 __func__, MAP_PURGEABLE); in BeginRead()
/commonlibrary/memory_utils/libpurgeablemem/c/src/
H A Dpurgeable_mem_c.c248 "%{public}s: not purged, return true. MAP_PUG=0x%{public}x", __func__, MAP_PURGEABLE); in TryBeginRead()
442 utype |= (UxpteIsEnabled() ? MAP_PURGEABLE : MAP_PRIVATE); in TypeCast()
/commonlibrary/memory_utils/libpurgeablemem/common/src/
H A Dux_page_table_c.c150 int type = MAP_ANONYMOUS | MAP_PURGEABLE; in CheckUxpt()

Completed in 3 milliseconds