ReactOS 0.4.16-dev-197-g92996da
|
#include <miarm.h>
LIST_ENTRY _POOL_DESCRIPTOR::ListHeads[POOL_LISTS_PER_PAGE] |
Definition at line 323 of file miarm.h.
Referenced by ExAllocatePoolWithTag(), and ExFreePoolWithTag().
ULONG _POOL_DESCRIPTOR::RunningAllocs |
Definition at line 313 of file miarm.h.
Referenced by ExAllocatePoolWithTag(), and ExQueryPoolUsage().
ULONG _POOL_DESCRIPTOR::RunningDeAllocs |
Definition at line 314 of file miarm.h.
Referenced by ExFreePoolWithTag(), and ExQueryPoolUsage().
ULONG _POOL_DESCRIPTOR::TotalBigPages |
Definition at line 316 of file miarm.h.
Referenced by ExAllocatePoolWithTag(), ExFreePoolWithTag(), and ExQueryPoolUsage().
SIZE_T _POOL_DESCRIPTOR::TotalBytes |
Definition at line 321 of file miarm.h.
Referenced by ExAllocatePoolWithTag(), and ExFreePoolWithTag().
ULONG _POOL_DESCRIPTOR::TotalPages |
Definition at line 315 of file miarm.h.
Referenced by ExAllocatePoolWithTag(), ExFreePoolWithTag(), and ExQueryPoolUsage().