Module unknown_memory_regions

Module unknown_memory_regions 

Source
Expand description

Unknown Memory Regions Analysis

This module analyzes and categorizes the “unknown” 5% of memory regions that cannot be precisely classified as stack or heap allocations.

Structs§

LibraryMappingInfo
Information about a mapped library in memory
SystemRegionInfo
Information about a system memory region
UnknownMemoryAnalyzer
Unknown memory region analyzer
UnknownMemoryCategory
Categories of unknown memory regions
UnknownMemoryExample
Specific examples of unknown memory
UnknownMemoryRegionAnalysis
Detailed analysis of unknown memory regions
UnknownRegionReductionStrategy
Strategies to reduce unknown memory regions

Enums§

InstrumentationGapType
Types of gaps in memory instrumentation coverage
MappingType
Types of memory mappings
MemoryAccessPattern
Patterns of memory access observed in memory regions
ReductionStrategyType
Types of strategies to reduce unknown memory regions
SystemAllocationType
Types of system-level memory allocations
ThreadMemoryType
Types of memory associated with threads
UnknownMemoryCause
Causes for unknown memory regions
UnknownRegionType
Types of unknown memory regions