Home
last modified time | relevance | path

Searched refs:utype (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/memory_utils/libpurgeablemem/cpp/src/
H A Dpurgeable_mem.cpp95 unsigned int utype = MAP_ANONYMOUS; in CreatePurgeableData() local
96 utype |= (UxpteIsEnabled() ? MAP_PURGEABLE : MAP_PRIVATE); in CreatePurgeableData()
97 int type = static_cast<int>(utype); in CreatePurgeableData()
/ohos5.0/commonlibrary/memory_utils/libpurgeablemem/c/src/
H A Dpurgeable_mem_c.c441 unsigned int utype = MAP_ANONYMOUS; in TypeCast() local
442 utype |= (UxpteIsEnabled() ? MAP_PURGEABLE : MAP_PRIVATE); in TypeCast()
443 int type = (int) utype; in TypeCast()