typedef struct _HEAP_BUCKET { WORD BlockUnits; UCHAR SizeIndex; ULONG UseAffinity: 1; ULONG DebugFlags: 2; } HEAP_BUCKET, *PHEAP_BUCKET;
Windows Vista Kernel Structures