Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dunix_mem.h31 static constexpr uint32_t MMAP_FLAG_ANONYMOUS = MAP_ANONYMOUS; variable
/arkcompiler/runtime_core/platforms/windows/libpandabase/
Dwindows_mem.h29 static constexpr uint32_t MMAP_FLAG_ANONYMOUS = 0x20; variable