Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/platforms/windows/libpandabase/
Dwindows_mem.h21 static constexpr uint32_t MMAP_PROT_NONE = 0; variable
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dunix_mem.h23 static constexpr uint32_t MMAP_PROT_NONE = PROT_NONE; variable