ReactOS 0.4.16-dev-1099-g3bb27eb
|
#include <miarm.h>
LIST_ENTRY _POOL_DESCRIPTOR::ListHeads[POOL_LISTS_PER_PAGE] |
Definition at line 327 of file miarm.h.
Referenced by ExAllocatePoolWithTag(), and ExFreePoolWithTag().
ULONG _POOL_DESCRIPTOR::RunningAllocs |
Definition at line 317 of file miarm.h.
Referenced by ExAllocatePoolWithTag(), and ExQueryPoolUsage().
ULONG _POOL_DESCRIPTOR::RunningDeAllocs |
Definition at line 318 of file miarm.h.
Referenced by ExFreePoolWithTag(), and ExQueryPoolUsage().
ULONG _POOL_DESCRIPTOR::TotalBigPages |
Definition at line 320 of file miarm.h.
Referenced by ExAllocatePoolWithTag(), ExFreePoolWithTag(), and ExQueryPoolUsage().
SIZE_T _POOL_DESCRIPTOR::TotalBytes |
Definition at line 325 of file miarm.h.
Referenced by ExAllocatePoolWithTag(), and ExFreePoolWithTag().
ULONG _POOL_DESCRIPTOR::TotalPages |
Definition at line 319 of file miarm.h.
Referenced by ExAllocatePoolWithTag(), ExFreePoolWithTag(), and ExQueryPoolUsage().