Searched defs:_RTL_HEAP_USAGE (Results 1 – 1 of 1) sorted by relevance
1046 typedef struct _RTL_HEAP_USAGE struct1048 ULONG Length;1049 SIZE_T BytesAllocated;1050 SIZE_T BytesCommitted;1051 SIZE_T BytesReserved;1052 SIZE_T BytesReservedMaximum;1053 PRTL_HEAP_USAGE_ENTRY Entries;1054 PRTL_HEAP_USAGE_ENTRY AddedEntries;1055 PRTL_HEAP_USAGE_ENTRY RemovedEntries;1056 ULONG_PTR Reserved[8];