Rizin
unix-like reverse engineering framework and cli tools
_HEAP_RUNTIME_MEMORY_STATS Struct Reference

#include <windows_heap.h>

Public Attributes

WPARAM TotalReservedPages
 
WPARAM TotalCommittedPages
 
WPARAM FreeCommittedPages
 
WPARAM LfhFreeCommittedPages
 
HEAP_OPPORTUNISTIC_LARGE_PAGE_STATS LargePageStats [2]
 
RTL_HP_SEG_ALLOC_POLICY LargePageUtilizationPolicy
 

Detailed Description

Definition at line 567 of file windows_heap.h.

Member Data Documentation

◆ FreeCommittedPages

WPARAM _HEAP_RUNTIME_MEMORY_STATS::FreeCommittedPages

Definition at line 570 of file windows_heap.h.

◆ LargePageStats

HEAP_OPPORTUNISTIC_LARGE_PAGE_STATS _HEAP_RUNTIME_MEMORY_STATS::LargePageStats[2]

Definition at line 572 of file windows_heap.h.

◆ LargePageUtilizationPolicy

RTL_HP_SEG_ALLOC_POLICY _HEAP_RUNTIME_MEMORY_STATS::LargePageUtilizationPolicy

Definition at line 573 of file windows_heap.h.

◆ LfhFreeCommittedPages

WPARAM _HEAP_RUNTIME_MEMORY_STATS::LfhFreeCommittedPages

Definition at line 571 of file windows_heap.h.

◆ TotalCommittedPages

WPARAM _HEAP_RUNTIME_MEMORY_STATS::TotalCommittedPages

Definition at line 569 of file windows_heap.h.

◆ TotalReservedPages

WPARAM _HEAP_RUNTIME_MEMORY_STATS::TotalReservedPages

Definition at line 568 of file windows_heap.h.


The documentation for this struct was generated from the following file: