# MAPPED_MEMORY_FIXED

`import { MAPPED_MEMORY_FIXED } from "destack:memory/binding";`

Request a fixed virtual address when the host supports it.

```ds title="MAPPED_MEMORY_FIXED"
const MAPPED_MEMORY_FIXED: MappedMemoryFlags
```

[language/library/src/memory/binding/map.ds:24](https://github.com/destack-sh/destack/blob/main/language/library/src/memory/binding/map.ds#L24)
