Skip to content

page: Add default hugepage support on Linux #7

@joshlf

Description

@joshlf

Currently, priv_default_hugepage on Linux always returns None.

Implementing it consists of parsing /proc/meminfo looking for a line of the form Hugepagesize: xxx kB. What makes this tricky is that it has to be done using only libc, and without heap allocation.

Mentor: @joshlf

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