Enum CharonMmapEntryType¶
Defined in File charon.hpp
Enum Documentation¶
-
enum Gaia::CharonMmapEntryType¶
Values:
-
enumerator FREE¶
Denotes a free memory map entry.
-
enumerator RESERVED¶
Denotes a reserved memory map entry.
-
enumerator MODULE¶
Denotes a memory map entry that stores modules or the kernel.
-
enumerator RECLAIMABLE¶
Denotes a reclaimable memory map entry.
-
enumerator FRAMEBUFFER¶
Denotes a memory map entry that contains the framebuffer.
-
enumerator FREE¶