ReactOS 0.4.16-dev-433-g6363f78
|
#include <miarm.h>
LIST_ENTRY _POOL_DESCRIPTOR::ListHeads[POOL_LISTS_PER_PAGE] |
Definition at line 337 of file miarm.h.
Referenced by ExAllocatePoolWithTag(), and ExFreePoolWithTag().
ULONG _POOL_DESCRIPTOR::RunningAllocs |
Definition at line 327 of file miarm.h.
Referenced by ExAllocatePoolWithTag(), and ExQueryPoolUsage().
ULONG _POOL_DESCRIPTOR::RunningDeAllocs |
Definition at line 328 of file miarm.h.
Referenced by ExFreePoolWithTag(), and ExQueryPoolUsage().
ULONG _POOL_DESCRIPTOR::TotalBigPages |
Definition at line 330 of file miarm.h.
Referenced by ExAllocatePoolWithTag(), ExFreePoolWithTag(), and ExQueryPoolUsage().
SIZE_T _POOL_DESCRIPTOR::TotalBytes |
Definition at line 335 of file miarm.h.
Referenced by ExAllocatePoolWithTag(), and ExFreePoolWithTag().
ULONG _POOL_DESCRIPTOR::TotalPages |
Definition at line 329 of file miarm.h.
Referenced by ExAllocatePoolWithTag(), ExFreePoolWithTag(), and ExQueryPoolUsage().