Skip to content

/proc/self/maps ioctl interface for more efficient memory map queries #671

Open
@the8472

Description

@the8472

The 6.11 linux kernel added a new ioctl interface to the maps file that allows more efficient querying of the mapped memory ranges.
Depending on how much time is spent in processing the maps file it may or may not be worth to use it to shave off some overhead.

Activity

changed the title [-]/proc/self/maps ioctl interface[/-] [+]/proc/self/maps ioctl interface for more efficient memory map queries[/+] on Sep 15, 2024
workingjubilee

workingjubilee commented on Sep 15, 2024

@workingjubilee
Member

Thank you for letting me know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      /proc/self/maps ioctl interface for more efficient memory map queries · Issue #671 · rust-lang/backtrace-rs