Rizin
unix-like reverse engineering framework and cli tools
|
#include <windows_heap.h>
Public Attributes | |
WPARAM | TotalMemoryReserved |
WPARAM | TotalMemoryCommitted |
WPARAM | TotalMemoryLargeUCR |
WPARAM | TotalSizeInVirtualBlocks |
ULONG32 | TotalSegments |
ULONG32 | TotalUCRs |
ULONG32 | CommittOps |
ULONG32 | DeCommitOps |
ULONG32 | LockAcquires |
ULONG32 | LockCollisions |
ULONG32 | CommitRate |
ULONG32 | DecommittRate |
ULONG32 | CommitFailures |
ULONG32 | InBlockCommitFailures |
ULONG32 | PollIntervalCounter |
ULONG32 | DecommitsSinceLastCheck |
ULONG32 | HeapPollInterval |
ULONG32 | AllocAndFreeOps |
ULONG32 | AllocationIndicesActive |
ULONG32 | InBlockDeccommits |
WPARAM | InBlockDeccomitSize |
WPARAM | HighWatermarkSize |
WPARAM | LastPolledSize |
Definition at line 67 of file windows_heap.h.
ULONG32 _HEAP_COUNTERS::AllocAndFreeOps |
Definition at line 85 of file windows_heap.h.
ULONG32 _HEAP_COUNTERS::AllocationIndicesActive |
Definition at line 86 of file windows_heap.h.
ULONG32 _HEAP_COUNTERS::CommitFailures |
Definition at line 80 of file windows_heap.h.
ULONG32 _HEAP_COUNTERS::CommitRate |
Definition at line 78 of file windows_heap.h.
ULONG32 _HEAP_COUNTERS::CommittOps |
Definition at line 74 of file windows_heap.h.
ULONG32 _HEAP_COUNTERS::DeCommitOps |
Definition at line 75 of file windows_heap.h.
ULONG32 _HEAP_COUNTERS::DecommitsSinceLastCheck |
Definition at line 83 of file windows_heap.h.
ULONG32 _HEAP_COUNTERS::DecommittRate |
Definition at line 79 of file windows_heap.h.
ULONG32 _HEAP_COUNTERS::HeapPollInterval |
Definition at line 84 of file windows_heap.h.
WPARAM _HEAP_COUNTERS::HighWatermarkSize |
Definition at line 89 of file windows_heap.h.
ULONG32 _HEAP_COUNTERS::InBlockCommitFailures |
Definition at line 81 of file windows_heap.h.
WPARAM _HEAP_COUNTERS::InBlockDeccomitSize |
Definition at line 88 of file windows_heap.h.
ULONG32 _HEAP_COUNTERS::InBlockDeccommits |
Definition at line 87 of file windows_heap.h.
WPARAM _HEAP_COUNTERS::LastPolledSize |
Definition at line 90 of file windows_heap.h.
Referenced by GetHeapBlocks().
ULONG32 _HEAP_COUNTERS::LockAcquires |
Definition at line 76 of file windows_heap.h.
ULONG32 _HEAP_COUNTERS::LockCollisions |
Definition at line 77 of file windows_heap.h.
ULONG32 _HEAP_COUNTERS::PollIntervalCounter |
Definition at line 82 of file windows_heap.h.
WPARAM _HEAP_COUNTERS::TotalMemoryCommitted |
Definition at line 69 of file windows_heap.h.
Referenced by GetHeapBlocks().
WPARAM _HEAP_COUNTERS::TotalMemoryLargeUCR |
Definition at line 70 of file windows_heap.h.
WPARAM _HEAP_COUNTERS::TotalMemoryReserved |
Definition at line 68 of file windows_heap.h.
ULONG32 _HEAP_COUNTERS::TotalSegments |
Definition at line 72 of file windows_heap.h.
WPARAM _HEAP_COUNTERS::TotalSizeInVirtualBlocks |
Definition at line 71 of file windows_heap.h.
ULONG32 _HEAP_COUNTERS::TotalUCRs |
Definition at line 73 of file windows_heap.h.