---
title: es_event_mmap_t
framework: endpointsecurity
role: symbol
role_heading: Structure
path: endpointsecurity/es_event_mmap_t
---

# es_event_mmap_t

A type for an event that indicates the mapping of memory to a file.

## Declaration

```swift
struct es_event_mmap_t
```

## Topics

### Inspecting Event Properties

- [source](endpointsecurity/es_event_mmap_t/source.md)
- [file_pos](endpointsecurity/es_event_mmap_t/file_pos.md)
- [flags](endpointsecurity/es_event_mmap_t/flags.md)
- [max_protection](endpointsecurity/es_event_mmap_t/max_protection.md)
- [protection](endpointsecurity/es_event_mmap_t/protection.md)
- [reserved](endpointsecurity/es_event_mmap_t/reserved.md)

### Initializers

- [init(protection:max_protection:flags:file_pos:source:reserved:)](endpointsecurity/es_event_mmap_t/init(protection:max_protection:flags:file_pos:source:reserved:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)

## See Also

### Memory Mapping Event Types

- [es_event_mprotect_t](endpointsecurity/es_event_mprotect_t.md)
