struct :
kong.process.memory_list
| Type | Name | Description |
| Data: | ||
| memory_region[] | cached | Previous query. |
| Methods: | ||
| memory_region* (void* p, memory_region[] map = null)) | lookup_pointer | Locate which region P belongs to. If map is specified use it to perform the lookup instead of grabbing a new snapshot. |
| Operators: | ||
| memory_region[] () | opSlice | Return all regions. |
| memory_region* (void* p) | opIn_r | Calls this.lookup_pointer(p). |
