Source position: jwanative.pas line 1669
type _DEBUG_HEAP_INFORMATION = record |
Base: ULONG; |
Flags: ULONG; |
Granularity: USHORT; |
Unknown: USHORT; |
Allocated: ULONG; |
Committed: ULONG; |
TagCount: ULONG; |
BlockCount: ULONG; |
Reserved: array [0..6] of ULONG; |
Tags: PVOID; |
Blocks: PVOID; |
end; |