|
ReactOS 0.4.16-dev-1946-g52006dd
|

Public Attributes | |
| LPVOID | lpData |
| SIZE_T | cbData |
| BYTE | cbOverhead |
| BYTE | iRegionIndex |
| WORD | wFlags |
| union { | |
| struct { | |
| HANDLE hMem | |
| DWORD dwReserved [3] | |
| } Block | |
| struct { | |
| DWORD dwCommittedSize | |
| DWORD dwUnCommittedSize | |
| LPVOID lpFirstBlock | |
| LPVOID lpLastBlock | |
| } Region | |
| }; | |
| union { ... } rtl_heap_entry::@512 |
| struct { ... } rtl_heap_entry::Block |
| SIZE_T rtl_heap_entry::cbData |
Definition at line 795 of file memory.c.
Referenced by HeapWalk().
| BYTE rtl_heap_entry::cbOverhead |
Definition at line 796 of file memory.c.
Referenced by HeapWalk().
| BYTE rtl_heap_entry::iRegionIndex |
Definition at line 797 of file memory.c.
Referenced by HeapWalk().
| LPVOID rtl_heap_entry::lpData |
Definition at line 794 of file memory.c.
Referenced by HeapWalk().
| struct { ... } rtl_heap_entry::Region |
Referenced by HeapWalk().
| WORD rtl_heap_entry::wFlags |
Definition at line 798 of file memory.c.
Referenced by HeapWalk().