Home
last modified time | relevance | path

Searched defs:MMAP_FLAG_PRIVATE (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dunix_mem.h29 static constexpr uint32_t MMAP_FLAG_PRIVATE = MAP_PRIVATE; variable
/arkcompiler/runtime_core/platforms/windows/libpandabase/
Dwindows_mem.h27 static constexpr uint32_t MMAP_FLAG_PRIVATE = 2; variable