Expand description
Linux process memory map (VMA) walker.
Enumerates virtual memory areas by walking the vm_area_struct singly-linked
list from mm_struct.mmap for each process in the task list.
Functionsยง
- walk_
maps - Walk all process VMAs from the task list.
- walk_
process_ maps - Walk VMAs for a single process given its
task_structaddress.