Min version | 2003/XP64 SP1 | Vista SP1 |
---|---|---|
Max version | 2003/XP64 SP2 | 10 TH2 |
x64 offset offset:bitpos | Field Name | |
0x0000 | struct _SLIST_HEADER ListHead | union _SLIST_HEADER ListHead |
0x0000 | struct _SINGLE_LIST_ENTRY SingleListHead | |
0x0010 | uint16_t Depth | |
0x0012 | uint16_t MaximumDepth | |
0x0014 | unsigned long TotalAllocates | |
0x0018 | unsigned long AllocateMisses | |
0x0018 | unsigned long AllocateHits | |
0x001C | unsigned long TotalFrees | |
0x0020 | unsigned long FreeMisses | |
0x0020 | unsigned long FreeHits | |
0x0024 | enum _POOL_TYPE Type | |
0x0028 | unsigned long Tag | |
0x002C | unsigned long Size | |
0x0030 | function * Allocate | function * AllocateEx |
0x0030 | function * Allocate | |
0x0038 | function * Free | function * FreeEx |
0x0038 | function * Free | |
0x0040 | struct _LIST_ENTRY ListEntry | |
0x0050 | unsigned long LastTotalAllocates | |
0x0054 | unsigned long LastAllocateMisses | |
0x0054 | unsigned long LastAllocateHits | |
0x0058 | unsigned long[2] Future |