Rizin
unix-like reverse engineering framework and cli tools
|
#include <windows_heap.h>
Public Attributes | |
SLIST_HEADER | UserBlocks |
ULONG | AvailableBlocks |
ULONG | MinimumDepth |
ULONG | CacheShiftThreshold |
USHORT | Allocations |
USHORT | Frees |
USHORT | CacheHits |
Definition at line 892 of file windows_heap.h.
USHORT _USER_MEMORY_CACHE_ENTRY::Allocations |
Definition at line 897 of file windows_heap.h.
ULONG _USER_MEMORY_CACHE_ENTRY::AvailableBlocks |
Definition at line 894 of file windows_heap.h.
USHORT _USER_MEMORY_CACHE_ENTRY::CacheHits |
Definition at line 899 of file windows_heap.h.
ULONG _USER_MEMORY_CACHE_ENTRY::CacheShiftThreshold |
Definition at line 896 of file windows_heap.h.
USHORT _USER_MEMORY_CACHE_ENTRY::Frees |
Definition at line 898 of file windows_heap.h.
ULONG _USER_MEMORY_CACHE_ENTRY::MinimumDepth |
Definition at line 895 of file windows_heap.h.
SLIST_HEADER _USER_MEMORY_CACHE_ENTRY::UserBlocks |
Definition at line 893 of file windows_heap.h.