Home
last modified time | relevance | path

Searched defs:MMAP_FLAG_FIXED (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/platforms/windows/libpandabase/
Dwindows_mem.h28 static constexpr uint32_t MMAP_FLAG_FIXED = 0x10; variable
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dunix_mem.h30 static constexpr uint32_t MMAP_FLAG_FIXED = MAP_FIXED; variable
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dunix_mem.h30 static constexpr uint32_t MMAP_FLAG_FIXED = MAP_FIXED; variable
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
Dwindows_mem.h28 static constexpr uint32_t MMAP_FLAG_FIXED = 0x10; variable